python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Remove Fragment from backstack with Navigation components
I have a PinCreateActivity with a navHost fragment with 2 Fragments PinSetup and PinCreate fragments.
When the Activity launches, the PinSetup is the default fragment and after that with a click butto...

james04
Votes: 0
Answers: 1
navigate from main activity to fragment
Im using navgraph to navigate between fragments.
Now, i implemet notifications in my app, so, when i click on the notification im goingo to the MainActivity with pending intent.
In the MainActivity I ...
Electrocode
Votes: 0
Answers: 2
Android Navigation Components Error: 'bad operand types for binary operator' in generated file
I am working on an app that incorporates Android Navigation Components. A generated build file MyFragmentDirections.javais preventing the app from being built, this file contains numerous errors simil...
John Harrington
Votes: 0
Answers: 1
Navigation component -navigation drawer menu not working
I am using the navigation component with navgraph and navigation drawer.
I have 3 fragments A (startDestination) , B and C.
I have a navigation drawer with menus a,b,c for the three fragments.
Now I h...
Ankit Verma
Votes: 0
Answers: 0