NoNameBottomBar
A lightweight Android bottom bar library.
Attention!
Make sure the library version in your app is the latest
as I will update and fix some bugs as soon as it is detected.
You can create issues and notify me of errors you see or when you have any questions.
GIF
- Create menu.xml under your res/menu/ folder
- Add view into your layout file
Sample:
Customization
- Use NoNameBottomBar callbacks in your activity
OR
If you don't like callback, you can use Navigation Components.
- Setup Navigation Component i.e. Add dependenccy to your project, create a Navigation Graph etc.
- For each Fragment in your Navigation Graph, ensure that the Fragment's
id
is the same as the MenuItems in your Menu i.e res/menu/ folder
- Navigation Graph i.e res/navigation/ folder
- In your activity i.e
MainActivity