python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Navigation Component - anyway implement swipe to back like iOS?
I have an application designed by Navigation Component. In my app, i have one MainActivity include a nav_graph (called main_nav_graph) has a lot of fragment. My fragments use navController.navigate() ...
baonq-2356
Votes: 0
Answers: 1
Generated file for FragmentDirections doesn't have the same package name
I have changed my android app's package name, after clean build and then build I got an error saying : Unresolved reference: data in a generated file (please see the picture below).
I have checked tha...

Hocine Elhadj
Votes: 0
Answers: 2
How to use navigation component with a parent fragment?
I have an app, which is a single-activity app. I use dagger2 for di, and an abstraction for navigation.
Let's see a navigation flow: auth - select-info (A, B) - menu. As you can see, there are three m...

Grigoriym
Votes: 0
Answers: 0
Navigating to payments and subscriptions settings
I would like to navigate to payments and subscriptions settings when the user clicks a button. So far I tried solutions like that but similar solutions mostly navigate users to the Play Store.
...
Tartar
Votes: 0
Answers: 1