Android bottom navigation bar
Bottom navigation is used when an app requires navigation between different screens i.e fragments and the navigation controls have to be at the bottom of the screen.Fragments are part of your activity that you dont always want to show the user until user clicks on that fragment.It’s also a kind
Read more