navigation
navigation copied to clipboard
The new Navigation Architecture Component in colaboration with Bottom Navigation bar
This updates the project to work with the latest stable version of Android Studio `3.6.0`. It also enables a simple GitHub Actions CI. Check a sample successful run here: https://github.com/friederbluemle/navigation/runs/468131268
What should I modify to load just the current section?, I mean when the user just clic the button on the bottom nav bar. Thanks
Hi, I think this approach is more streamline.
Is there a guarantee that childFragmentManager.fragments has fragments in a last-in last-out order? Thanks.