code4romania / teacher-workout-android

Teacher Workout Android app
Mozilla Public License 2.0
5 stars 17 forks source link

Add home and bottom navigation #29

Closed alexandru-calinoiu closed 3 years ago

alexandru-calinoiu commented 3 years ago

Let's add the basic home screen,

It should have a title and the navigation footer.

image

The footer should be linked to a fragment in each of the features,

Getting started docs on how to use bottom nav with composable https://developer.android.com/jetpack/compose/navigation#bottom-nav

AlexandraDamaschin commented 3 years ago

I've start working on this.