Creating Simple TODO App Using Jetpack Compose MVVM.
5 min readJul 24, 2022
Decoding Jetpack Compose Part- 2.
Prerequisites
Before going any further, you must have basic knowledge of how to work with Jetpack Compose. If you’re new to Compose, I highly recommend going through the following articles:
- “Jetpack Compose (Part 0)-LazyColumn, Navigation Architecture, Data Model, Grid, and TabBar View”
- “Jetpack Compose (Part 1)-Bottom Navigation, Drawer Navigation”
- Managing state in jetpack compose- Building counter app