new-silvermoon /
awesome-android-agent-skills
A collection of standardized Agent Skills to teach GitHub Copilot, Claude, Gemini and Cursor about modern Android development (Kotlin, Jetpack Compose, etc.).
83/100 healthLoading repository data…
w2sv / repository
A collection of utilities for Android Development. Duh.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Small Android utility libraries published as separate artifacts.
API reference: w2sv.github.io/AndroidUtils
| Artifact | Description |
|---|---|
androidutils-backpress | Back press handling utilities |
androidutils-core | Core Android utilities |
androidutils-view | View utilities |
androidutils-lifecycle | Lifecycle utilities |
androidutils-junit5 | JUnit 5 test utilities |
dependencies {
implementation("io.github.w2sv:androidutils-backpress:<version>")
implementation("io.github.w2sv:androidutils-core:<version>")
implementation("io.github.w2sv:androidutils-view:<version>")
implementation("io.github.w2sv:androidutils-lifecycle:<version>")
testImplementation("io.github.w2sv:androidutils-junit5:<version>")
}
libs.versions.toml)[versions]
w2sv-androidutils = "<version>"
[libraries]
w2sv-androidutils-backpress = { module = "io.github.w2sv:androidutils-backpress", version.ref = "w2sv-androidutils" }
w2sv-androidutils-core = { module = "io.github.w2sv:androidutils-core", version.ref = "w2sv-androidutils" }
w2sv-androidutils-view = { module = "io.github.w2sv:androidutils-view", version.ref = "w2sv-androidutils" }
w2sv-androidutils-lifecycle = { module = "io.github.w2sv:androidutils-lifecycle", version.ref = "w2sv-androidutils" }
w2sv-androidutils-junit5 = { module = "io.github.w2sv:androidutils-junit5", version.ref = "w2sv-androidutils" }
Then add the aliases you need:
dependencies {
implementation(libs.w2sv.androidutils.backpress)
implementation(libs.w2sv.androidutils.core)
implementation(libs.w2sv.androidutils.view)
implementation(libs.w2sv.androidutils.lifecycle)
testImplementation(libs.w2sv.androidutils.junit5)
}
Licensed under the Apache License 2.0.
Selected from shared topics, language and repository description—not editorial ratings.
new-silvermoon /
A collection of standardized Agent Skills to teach GitHub Copilot, Claude, Gemini and Cursor about modern Android development (Kotlin, Jetpack Compose, etc.).
83/100 healthbaec23 /
A collection of UI libraries for Android using Jetpack Compose
63/100 healthconsp1racy /
Collection of custom utilities for Android development.
anitaa1990 /
A collection of concise write ups and demos on building some Jetpack Compose layouts and components.
61/100 healthNicosNicolaou16 /
A curated collection of modern, expressive UI components built with Jetpack Compose and Material 3.
73/100 healthibrahimcanerdogan /
A collection of Android apps built with Jetpack Compose, ranging from beginner to advanced projects. This repository helps developers learn and master Jetpack Compose through practical examples. Perfect for anyone looking to enhance their Android development skills. Contributions and feedback welcome!
60/100 health