Stars
Navigation
5 repositories
This repository contains some tricks about Android Navigation Component. 3rd party libraries not used.
Navigation tab strip with smooth interaction.
Navigation tab bar with colorful interactions.
Handling multiple backstack histories for each tab in Bottom Navigation using Navigation Component.
The purpose of this manager is to work with the ViewPager, Tabs and Navigation drawer to handle a single stack flow of fragments on the screen. It makes use of a main Fragment as a container and pr…