Creating Simple TODO App Using Jetpack Compose MVVM.

Ashutosh Singh
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:

Let’s see what we are building in this article.

[Demo of the project][source author]

Here is the structure of the projects-

[Project-structure][pic by author]

Composing time 🤩 Let’s start coding.

--

--