Reputation: 1204
I found those two library but they are for flutter, are those similar library for Android native. Or how can I replicate this behavior, animate the bottom nav bar. The first library is: ff_navigation_bar
Upvotes: 2
Views: 7592
Reputation: 723
https://androidexample365.com/a-simple-curved-material-navigation-bottom/
MeowBottomNavigation
is the library name. (In case if the link is broken)
Here is the custom method if you don't want to use library
They are the similar libraries that you want :)
Otherwise, if you want the more precise things. Custom View will rescue you
Upvotes: 1