Top 22 Kotlin jetpack-android Projects
-
Pokedex
🗡️ Pokedex demonstrates modern Android development with Hilt, Material Motion, Coroutines, Flow, Jetpack (Room, ViewModel) based on MVVM architecture.
Project mention: Nifty, well made, small apps you've run into? | reddit.com/r/androiddev | 2022-04-08The Pokedex app has almost everything you could want. Hilt, Retrofit Coroutines, MVVM(I prefer MVI), etc
-
Jetpack-Compose-Playground
Community-driven collection of Jetpack Compose example code and tutorials :rocket: https://foso.github.io/compose
Project mention: How do I populate a spinner with data from a csv file? | reddit.com/r/androiddev | 2022-04-09Then as far as the spinner, I personally think compose provides a better API for this so check out drop-down menu. Otherwise you will have to use a spinner adapter and spinner view. https://developer.android.com/guide/topics/ui/controls/spinner
-
Appwrite
Appwrite - The Open Source Firebase alternative introduces iOS support. Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more!
-
Showkase
🔦 Showkase is an annotation-processor based Android library that helps you organize, discover, search and visualize Jetpack Compose UI elements
-
awesome-android-learning-resources
👓 A curated list of awesome android learning resources for android app developers.
Project mention: awesome-android-learning-resources VS SSJetPackComposeProgressButton - a user suggested alternative | libhunt.com/r/awesome-android-learning-resources | 2021-08-08 -
Einsen
🎯 Einsen is a prioritization app that uses Eisenhower matrix technique as workflow to prioritize a list of tasks & built to Demonstrate use of Jetpack Compose with Modern Android Architecture Components & MVVM Architecture.
Project mention: An Open Source Task Prioritise app made with Jetpack Compose! | reddit.com/r/Kotlin | 2021-10-18 -
Expenso
📊 A Minimal Expense Tracker App built to demonstrate the use of modern android architecture component with MVVM Architecture
Project mention: 25 Best Android Libraries, Projects, and Tools You Won’t Want to Miss Out in 2021 | dev.to | 2021-10-091. Expenso
-
awesome-jetpack-compose-learning-resources
👓 A continuously updated list of learning Jetpack Compose for Android apps.
- https://github.com/androiddevnotes/awesome-jetpack-compose-learning-resources
-
Scout APM
Less time debugging, more time building. Scout APM allows you to find and fix performance issues with no hassle. Now with error monitoring and external services monitoring, Scout is a developer's best friend when it comes to application development.
-
gamedge
An Android application for browsing video games and checking the latest gaming news from around the world.
Project mention: Example open-source apps which are modern and use Android Jetpack and other popular libraries? | reddit.com/r/androiddev | 2021-11-11You can take a look at my project called Gamedge. I try to keep it as up-to-date as possible and currently In the middle of converting it to Jetpack Compose.
-
NYTimes-App
🗽 A Simple Demonstration of the New York Times App 📱 using Jsoup web crawler with MVVM Architecture 🔥
Darn, appears that it doesn't work. However I looked to see if there was a third part app that works and it appears that the following one works well: https://github.com/TheCodeMonks/NYTimes-App
-
Capturable
🚀Jetpack Compose utility library for capturing Composable content and transforming it into Bitmap Image🖼️
Project mention: GitHub - Jetpack Compose utility library for capturing Composable content and transforming it into Bitmap Image | reddit.com/r/androiddev | 2022-01-03 -
-
bitcoin-market-android
Bitcoin Market app shows you the current Bitcoin market price and price chart of different time intervals 💰
Project mention: Example open-source apps which are modern and use Android Jetpack and other popular libraries? | reddit.com/r/androiddev | 2021-11-11 -
Flippable
A Jetpack Compose library for animating a flip transition between the front and back of something, such as a card.
Project mention: Created a Jetpack Compose library, Flippable to create 2-sided animated flip views. | reddit.com/r/androiddev | 2022-02-21Github Link: https://github.com/wajahatkarim3/Flippable
-
ShaderShowcaseApp
A Jetpack Compose-based app to exhibit all the beautiful GLSL Fragment shaders I have ever written, where you can set them as Live Wallpaper.
Project mention: Compose-based App to showcase my artworks and to set them as Live Wallpaper. | reddit.com/r/androiddev | 2021-11-21Here's the source code - https://github.com/thelumiereguy/ShaderShowcaseApp
-
Posts-MVVM-DaggerHilt-Dynamic-Feature-RxJava3-Flow-Sample
Posts Api sample with Kotlin RxJava3/Coroutines Flow, Clean Architecture, Offline first/last with Room + Retrofit2, Dagger Hilt, Dynamic Feature Modules, Static Code Analysis, Gradle DSL, MockK+ MockWebServer with Test Driven Development including Api and Database tests
-
android-pokemon-compose
A simple app demonstrates using Jetpack compose with other Jetpack libraries.
Project mention: Using Jetpack compose, I've already forgotten what are Adapter and Viewholder 😅 Here is the repo demonstrates using Jetpack compose with Jetpack libraries like hilt, viewmodel, nav component. | reddit.com/r/androiddev | 2021-08-09 -
-
ComposeNotes
Notes app with full jetpack compose architecture (UI + navigation). Uses MVVM, Room, Kotlin Flows & LiveData
-
-
import { ApolloClient, InMemoryCache } from "@apollo/client"; const client = new ApolloClient({ uri: "https://rickandmortyapi.com/graphql", cache: new InMemoryCache(), }); export default client;
-
Kotlin jetpack-android related posts
- NY Times app on the origin?
- JVM heap space is exhausted (running out of JVM memory)
- Showkase: UI component browser for Android developers
- Is there a Storybook for Kotlin?
- Am I too slow on Jetpack Compose codelabs?
- Simplifying the setup for multi-module navigation with Jetpack Navigation Compose
- I made a small app tream crypto trading data from Binance in Jetpack Compose
Index
What are some of the best open-source jetpack-android projects in Kotlin? This list will help you:
Project | Stars | |
---|---|---|
1 | Pokedex | 5,317 |
2 | Jetpack-Compose-Playground | 2,069 |
3 | Showkase | 1,376 |
4 | awesome-android-learning-resources | 1,085 |
5 | Einsen | 776 |
6 | Expenso | 703 |
7 | awesome-jetpack-compose-learning-resources | 676 |
8 | gamedge | 494 |
9 | NYTimes-App | 456 |
10 | Capturable | 363 |
11 | android-developer-reference | 302 |
12 | bitcoin-market-android | 278 |
13 | Flippable | 230 |
14 | ShaderShowcaseApp | 166 |
15 | Posts-MVVM-DaggerHilt-Dynamic-Feature-RxJava3-Flow-Sample | 67 |
16 | android-pokemon-compose | 56 |
17 | Epoch | 54 |
18 | ComposeNotes | 30 |
19 | BrBa-Compose | 27 |
20 | multinavcompose | 18 |
21 | RickNMortyCompose | 9 |
22 | binance-price-tracking | 6 |
Are you hiring? Post a new remote job listing for free.