I am having an BottomNavigationView in my activity and i have five fragments and i have used Navigation Jetpack component.
Each and every time i move to next fragment by clicking the BottomNavigationView item, i have to ask for a confirmation dialog (If i have to navigate from this screen Yes/No). If Yes i can move to next screen else for No i have to dismiss the dialog and proceed.
I there any better in Navigation Jetpack component itself to handle this situation.
I not getting any clear picture for this