https://www.youtube.com/watch?v=ZbKKxYUOH-c
call popBackStack()
call popBackStack("A") go directly to A
call popBackStack ("screen 2", POP_BACK_STACK_INCLUSIVE) remove screen 2 also
OnBackStackChangedListener
getBackStackEntryCount()
getBackStackEntryAt(int index)
BackStackEntry getName() to retrieve the name when addToBackStack (with name) was called.
No comments:
Post a Comment