# Jetpack Compose Android application

> AI-ranked search results for `jetpack compose android` on awesome-repositories.com — ordered by an LLM for relevance, best match first. 118 total matches; showing the top 10.

Explore on the web: https://awesome-repositories.com/q/jetpack-compose-android

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [this search on awesome-repositories.com](https://awesome-repositories.com/q/jetpack-compose-android).**

## Results

- [skydoves/pokedex](https://awesome-repositories.com/repository/skydoves-pokedex.md) (8,334 ⭐) — Pokedex is a reference implementation of an Android application that utilizes the MVVM architecture, Jetpack Compose for its declarative user interface, and Hilt for dependency injection. It serves as a sample project demonstrating a mobile application built with Android Jetpack and a Kotlin Coroutines network client to manage asynchronous data requests.

The project implements a modular codebase to optimize build performance and enforce internal boundaries. It features a local persistence layer using the Room library to cache remote data on the device and utilizes Material Motion for fluid in
- [android/topeka](https://awesome-repositories.com/repository/android-topeka.md) (5,104 ⭐) — Topeka is an Android quiz application and educational game. It serves as a sample app designed to demonstrate the implementation of standardized visual guidelines and interaction patterns on the Android platform.

The project focuses on Material Design implementation, showcasing a consistent and intuitive user interface through a knowledge-testing game. It applies these standardized design principles to create interactive user flows and mobile screens.

The application is built using Kotlin and Jetpack Compose, incorporating Material Design 3 and state-driven UI updates. It covers core areas o
- [android/compose-samples](https://awesome-repositories.com/repository/android-compose-samples.md) (22,893 ⭐) — Compose Samples is a collection of reference implementations for the Jetpack Compose UI library, serving as a practical guide for building native Android user interfaces. It demonstrates the use of a declarative framework where Kotlin functions describe layout structures and data dependencies, enabling developers to construct modern, reactive interfaces.

The repository highlights architectural patterns that prioritize maintainability and testability, such as layered organization and unidirectional data flow. It showcases how to implement adaptive layouts that automatically adjust to various s
- [android/nowinandroid](https://awesome-repositories.com/repository/android-nowinandroid.md) (21,358 ⭐) — Now in Android is a reference application and framework designed to demonstrate modern development patterns for the Android platform. It provides a comprehensive implementation of a modular architecture, utilizing industry-standard practices to organize codebases into independent components that support long-term maintainability and build performance.

The project centers on a reactive, unidirectional data flow model that synchronizes visual components with underlying data states. By employing a declarative toolkit for interface construction, the application ensures that screen layouts update
- [chrisbanes/tivi](https://awesome-repositories.com/repository/chrisbanes-tivi.md) (6,732 ⭐) — Tivi is a cross-platform application for discovering and tracking television shows, built with Kotlin Multiplatform and Compose Multiplatform to share its user interface across Android, iOS, and desktop platforms. The app follows the Model-View-Intent (MVI) architecture pattern, where user actions are modelled as sealed class intents that reduce into a single immutable state object, ensuring predictable and unidirectional data flow managed through Kotlin coroutines and StateFlow.

The application uses Hilt for compile-time dependency injection and SQLDelight for type-safe local data storage, c
- [clans/floatingactionbutton](https://awesome-repositories.com/repository/clans-floatingactionbutton.md) (5,175 ⭐) — This project provides a set of Android Material Design widgets, including floating action buttons and floating action menu components. These elements highlight primary screen actions through customizable sizing, shadow effects, and Jetpack Compose UI components.

The library includes a circular progress button that embeds a loading spinner to signal background task processing. Its menu components organize expanding buttons with labels and background dimming to provide quick access to multiple primary application actions.
- [google/accompanist](https://awesome-repositories.com/repository/google-accompanist.md) (7,824 ⭐) — Accompanist is a collection of extension libraries that provide additional functionality and specialized components for the Jetpack Compose UI framework. It serves as a toolkit for implementing common layout and system tasks that extend the core capabilities of declarative UI development on Android.

The library provides specialized utilities for managing modal bottom sheet destinations and defining custom animations for screen transitions within a navigation graph. It includes tools for detecting screen folds and display features to create adaptive layouts that adjust based on window size and
- [gurupreet/composecookbook](https://awesome-repositories.com/repository/gurupreet-composecookbook.md) (6,839 ⭐) — ComposeCookBook is a Jetpack Compose UI component library and layout reference. It serves as a collection of declarative interface elements, reusable widgets, and structural mockups for organizing content within the Jetpack Compose framework.

The project functions as an Android UI design gallery and animation showcase. It provides a library of visual transitions and interactive state changes, alongside full-page layout examples and demo screens that demonstrate visual patterns for Android applications.

The repository covers broader capabilities including Android layout prototyping, UI testin
- [mikepenz/aboutlibraries](https://awesome-repositories.com/repository/mikepenz-aboutlibraries.md) (4,228 ⭐) — AboutLibraries is an open-source license compliance tool designed to collect, validate, and display third-party library licenses within software projects. It functions as a system for gathering dependency metadata at compile time and validating those libraries against a list of approved licenses to ensure legal compliance.

The project provides a license validation engine that can enforce compliance by halting the build process when unauthorized licenses are detected. It also includes a set of visual components for rendering dependency and funding information within a user interface for third-
- [curiousnikhil/neumorphic-compose](https://awesome-repositories.com/repository/curiousnikhil-neumorphic-compose.md) (459 ⭐) — Neumorphism UI on Android with Jetpack Compose.
