How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
Sunflower is a reference implementation designed to demonstrate modern Android development patterns and industry-standard architectural practices. It serves as a comprehensive guide for building functional mobile applications by integrating declarative user interface toolkits with robust data management and navigation systems. The project distinguishes itself by showcasing the transition from legacy view-based systems to modern declarative frameworks. It provides a practical example of how to organize code into distinct layers, manage complex state, and implement dependency injection to ensur
Android - Highlight different features of the app using Jetpack Compose
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
Community-driven collection of Jetpack Compose example code and tutorials :rocket: https://foso.github.io/compose
🚀 This project contains various examples that show how you would do things the "Jetpack Compose" way
The main features of vinaygaba/learn-jetpack-compose-by-example are: Example Collections, Code Samples And Demos, Reference Projects.
Open-source alternatives to vinaygaba/learn-jetpack-compose-by-example include: canopas/intro-showcase-view — Android - Highlight different features of the app using Jetpack Compose. gurupreet/composecookbook — ComposeCookBook is a Jetpack Compose UI component library and layout reference. It serves as a collection of… android/compose-samples — Compose Samples is a collection of reference implementations for the Jetpack Compose UI library, serving as a… android/sunflower — Sunflower is a reference implementation designed to demonstrate modern Android development patterns and… foso/jetpack-compose-playground — Community-driven collection of Jetpack Compose example code and tutorials :rocket: https://foso.github.io/compose. hitherejoe/composeacademy-playground — Playground project for the Jetpack Compose APIs.