Member-only story
10 Jetpack Compose Projects To Inspire You
Build an awesome app today
An open source project is a developer’s best friend. I believe after documentation, open source projects are a great source of learning. Jetpack compose is the newest member of the family and one of the important ones. Today, we will see the power of Jetpack Compose.
1. Compose-samples

Maybe this is the only one you need. Because this is the official one. This repository offers a collection of projects that will assist you in learning about Android Compose. Each sample demonstrates different use cases, complexity levels, and APIs.
2. Compose-Tetris

Tetris is a nostalgic game for me — maybe for you too. Almost all UI components of this project are code-generated, including the app icon, which is also generated by Composable using Preview. If you are interested in MVI architecture, this project could be a good resource for you.
3. MovieMania

This one is my all-time favorite. Because this one is made by me. This is a minimalistic Android application built with clean architecture and Jetpack components (Jetpack Compose, MVVM, Paging 3.0, HILT, ROOM DB, Retrofit, and many more). It was made to follow the…