CodingInfinite / KotlinCoroutineCallAdpaterLinks
In order to use Kotlin Coroutine Call Adapter, we need to add the instance of its factory when building the Retrofit instance. In this app I briefly how we can simply use Retrofit and Kotlin Coroutine Adapter together to improve our Android app networking architecture.
☆30Updated 7 years ago
Alternatives and similar repositories for KotlinCoroutineCallAdpater
Users that are interested in KotlinCoroutineCallAdpater are comparing it to the libraries listed below
Sorting:
- An Instant Search Demo for Android using Kotlin Coroutines☆67Updated 5 years ago
- Async Diff Util using Coroutines☆28Updated 7 years ago
- Demo project for SOLID principles in practice: the Clean Architecture☆68Updated 5 years ago
- A sample modular Android app written in Kotlin using Rx, Koin, Coroutines, Dagger 2 and Architecture components☆41Updated 2 years ago
- A simple custom Snackbar sample code☆64Updated 5 years ago
- Example of Android Animations for presentation titled "In a world of Pure Android Animation"☆54Updated 6 years ago
- ☆49Updated 5 years ago
- Example Android Application with (simplified) Deeplink Navigation.☆43Updated 6 years ago
- Sample to practice RecyclerView ConcatAdapter☆50Updated 4 years ago
- ☆54Updated 6 years ago
- Sample app leveraging Android Navigation Component☆58Updated 6 years ago
- Playground for Kotlin, MVI and other stuff☆81Updated 6 years ago
- Demonstrates how Kotlin Flows can be used on Android and how ViewModel and Repository can be tested☆33Updated 5 years ago
- Android MVVM - Architecture Components with Kotlin Coroutines