Decoding Bottom Navigation & Drawer Navigation In Jetpack Compose.
5 min readMay 1, 2022
Bottom Navigation & Drawer Navigation.
Hello reader this is my second article of the series decoding jetpack-compose.
If you are new to jetpack-compose you can start your jetpack-compose learning by reading one of my articles.
Let’s see what we are building
If you are not familiar with navigation and data class in jetpack compose which I am gonna used in this article you can look at the first part of the decoding jetpack compose series where I explain in detail navigation architecture in jetpack compose.
Project Structure
Model- This folder contain data class and fake data.
Screens- This folder…