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.
Hacker News reader for Android, written in Compose
The main features of adrianblancode/cheddar are: Reference Projects, News and Information.
Open-source alternatives to adrianblancode/cheddar include: android/compose-samples — Compose Samples is a collection of reference implementations for the Jetpack Compose UI library, serving as a… akashkamble/newzz-compose. alexjlockwood/android-2048-compose — 2048 implemented using Jetpack Compose Multiplatform. ahmedrizwan/jetpackcomposecalculator — A jetpack compose clone of Android 10 Calculator UI. android/sunflower — Sunflower is a reference implementation designed to demonstrate modern Android development patterns and… ahmed7official/facebook-timeline-compose-android — Facebook Timeline UI with Pure Kotlin 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
2048 implemented using Jetpack Compose Multiplatform
A jetpack compose clone of Android 10 Calculator UI