Stars
Square’s meticulous HTTP client for the JVM, Android, and GraalVM.
A collection of samples to discuss and showcase different architectural tools and patterns for Android apps.
A memory leak detection library for Android.
A gardening app illustrating Android development best practices with migrating a View-based app to Jetpack Compose.
Library support for Kotlin coroutines
Koin - a pragmatic lightweight dependency injection framework for Kotlin & Kotlin Multiplatform
Tivi is a TV show tracking Android app, which connects to trakt.tv
🚀 Plugin for Android Studio And IntelliJ Idea to generate Kotlin data class code from JSON text ( Json to Kotlin )
A testing library for kotlinx.coroutines Flow
Companion App for the book
🍲Foodium is a sample food blog Android application 📱 built to demonstrate the use of Modern Android development tools - (Kotlin, Coroutines, Flow, Dagger 2/Hilt, Architecture Components, MVVM, Roo…
android-kotlin-fundamentals-apps
Clean Architecture Modular Project: MVVM + Jetpack Compose + Coroutines + Flows + Dagger2 + LiveData + UnitTests + UITests + Screenshot Tests + MockWebServer
Supporting code for the tutorials on https://www.baeldung.com/kotlin
Cocktails Android App with Clean Architecture, MVVM , Retrofit, Coroutines, Navigation Components , Room, Dagger Hilt, Cache Strategy and Coroutines Flow
This repository might be a starting point for building Android interview tasks. There is also providing a basic sample template based on layered architecture using Dagger2 and Architecture Components.
MVVM example app. Quick blog post detailing the layers: https://medium.com/@mojroid/clean-architecture-on-android-using-feature-modules-mvvm-view-slices-and-kotlin-e9ed18e64d83
Kotlin first app using Clean Architecture with MVVM pattern along with Android Architecture Components such as LiveData, ViewModel, Navigation and idiomatic Kotlin using extension functions, type-a…
New Android Architecture showing how to use Dagger Android libs with MVVM
An application which demonstrates usage of Kotlin coroutines and Flow with Android's MVVM architecture.
A simple app which consumes a REST service from Coinmarketcap API
The repo shows details on how to use paging 3 with retrofit and LiveData/Flow. The repo also follows Mvvm architecture with Dagger Hilt
Demonstrates how Kotlin Flows can be used on Android and how ViewModel and Repository can be tested