Member-only story

Decoding Bottom Navigation & Drawer Navigation In Jetpack Compose.

Ashutosh Singh
5 min readMay 1, 2022

--

Bottom Navigation & Drawer Navigation.

Hello reader this is my second article of the series decoding jetpack-compose.

[pic by author]

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

[pic by author]

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

[Project Structure]

Model- This folder contain data class and fake data.
Screens-
This folder contains screens of the app.
Navigation-
This folder contain navigation structure .
Widget-
This folder contain some reusable compose widget

If you don’t interested in reading the long blogs you only want code then you can find the project with source code here.

Please show some love ❤️ by giving star this repo.

Composing time

Hit android studio and create a jetpack-compose project by selecting empty compose activity.

--

--

No responses yet

Write a response