android / sunflower

A gardening app illustrating Android development best practices with migrating a View-based app to Jetpack Compose.
https://d.android.com/jetpack
Apache License 2.0
17.57k stars 4.67k forks source link

Implement bottom navigation #276

Open tiembo opened 5 years ago

tiembo commented 5 years ago

https://material.io/develop/android/components/bottom-navigation-view/

KoTius commented 5 years ago

This one extremely hard due of limitations of the navigation framework. Seems not possible to implement it right due https://issuetracker.google.com/issues/80029773

You probably want to rewrite completely Navigator class for this.