SaaSHub helps you find the best software and product alternatives Learn more →
Top 23 Kotlin Android Projects
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
architecture-samples
A collection of samples to discuss and showcase different architectural tools and patterns for Android apps.
-
-
-
You can mod the APK and remove those detections using ReVanced Manager
https://github.com/revanced/revanced-manager
https://gitlab.com/ReVanced/revanced-patches/-/blob/main/ext...
-
Project mention: Two year old Android Bluetooth bug fixed, no more root required for librepods | news.ycombinator.com | 2026-03-26
From Librepods github:
> You must have a rooted device with Xposed to use LibrePods on Android. This is due to a bug in the Android Bluetooth stack.
https://github.com/kavishdevar/librepods#root-requirement
This bug is referenced here https://issuetracker.google.com/issues/371713238 and a comment from a Google employee on 23/6 says the following:
> Thanks for reporting this issue. The change is available as part of Android open source Bluetooth stack starting March 2026. Mobile phone manufacturers will determine when this will be updated on their respective devices.
This means then that Android devices that receives this update to the Bluetooth stack no longer need to root their Android devices for Librepods!
-
-
Project mention: Eleva tu app Android: patrones de arquitectura con Jetpack Compose | dev.to | 2025-12-13
Jetpack Compose Documentation
-
-
Project mention: Modularizing Your Android Build with Convention Plugins and Version Catalogs: The Gradle Architecture That Cuts CI Time in Half | dev.to | 2026-04-16
## Gotchas - **Modularization is a graph problem, not a counting problem.** 40 modules in a linear chain are worse than 10 modules in a flat graph. Run `./gradlew :app:dependencies` and break feature-to-feature edges. - **Use `api` vs `implementation` strictly.** Feature modules should never expose transitive dependencies to other feature modules — because they should never depend on each other. - **Configuration cache requires dropping buildSrc.** You cannot get meaningful cache hit rates while `buildSrc` is in play. This is the single highest-ROI change you can make. - **Clean build times improve less dramatically than incremental ones.** Expect clean builds to go from 8m 12s to around 5m 48s. The real payoff is in the incremental cycle you hit hundreds of times per day. ## Wrapping Up Start with the `build-logic` migration — it typically takes a day and unlocks configuration caching immediately. Then flatten your dependency graph so feature modules only reach down to `:core-*` modules. Finally, move version catalog bundle references into your convention plugins. I've watched teams accept 20-minute CI runs for months because "that's just how Gradle is." It isn't. A day of restructuring paid back within a week on our team. For further reading, check the [Gradle composite builds docs](https://docs.gradle.org/current/userguide/composite_builds.html) and the [Now in Android](https://github.com/android/nowinandroid) project, which implements this exact pattern at scale.
-
-
compose-multiplatform
Compose Multiplatform, a modern UI framework for Kotlin that makes building performant and beautiful user interfaces easy and enjoyable.
-
-
Project mention: Instalando e Utilizando o Windows Subsystem for Android (WSA) com Root | dev.to | 2025-08-12
KernelSU: https://github.com/tiann/KernelSU
-
komi-store
🩵 A free, open-source app store for developers' releases on GitHub, Codeberg & Forgejo — browse, discover, and install apps with one click. Formerly GitHub Store.
Project mention: I built GitHub Store to 12,500 stars in 6 months – I started at 16 | news.ycombinator.com | 2026-05-08 -
-
APK download https://github.com/thunderbird/thunderbird-android/releases/latest
-
ImageToolbox
🖼️ Image Toolbox is a powerful app for advanced image manipulation. It offers dozens of features, from basic tools like crop and draw to filters, OCR, and a wide range of image processing options
-
Project mention: NewPipe: YouTube client without vertical videos and algorithmic feed | news.ycombinator.com | 2026-02-14
-
-
MaterialDrawer
The flexible, easy to use, all in one drawer library for your Android project. Now brand new with material 2 design.
-
recyclerview-animators
An Android Animation library which easily add itemanimator to RecyclerView items.
Kotlin Android discussion
Kotlin Android related posts
-
Ask HN: What Is the State of App Development in 2026?
-
From Images to PDFs: OCR Workflows with ImagePickerKMP
-
Cross-Platform File Operations with PhotoResult.toPath() and kotlinx-io
-
Direct File System Paths with PhotoResult.absolutePath in ImagePickerKMP
-
Precise Android Camera Framing with CameraScaleType in ImagePickerKMP 1.0.41
-
Plex's 200% Lifetime Pass price hike tries forcing users to another subscription
-
The Quiet Renovation at Bitwarden
-
A note from our sponsor - SaaSHub
www.saashub.com | 13 Jun 2026
Index
What are some of the best open-source Android projects in Kotlin? This list will help you:
| # | Project | Stars |
|---|---|---|
| 1 | v2rayNG | 57,909 |
| 2 | OkHttp | 46,973 |
| 3 | architecture-samples | 45,713 |
| 4 | shadowsocks-android | 36,689 |
| 5 | leakcanary | 29,920 |
| 6 | revanced-manager | 28,233 |
| 7 | librepods | 27,197 |
| 8 | Seal | 26,893 |
| 9 | compose-samples | 23,227 |
| 10 | NekoBoxForAndroid | 21,340 |
| 11 | nowinandroid | 21,340 |
| 12 | mihon | 21,310 |
| 13 | compose-multiplatform | 19,120 |
| 14 | flexbox-layout | 18,346 |
| 15 | KernelSU | 16,798 |
| 16 | komi-store | 15,064 |
| 17 | Maestro | 14,372 |
| 18 | thunderbird-android | 13,594 |
| 19 | ImageToolbox | 13,130 |
| 20 | LibreTube | 12,107 |
| 21 | Coil | 11,817 |
| 22 | MaterialDrawer | 11,644 |
| 23 | recyclerview-animators | 11,569 |