Search
You can now search through our
archive
!
Please specify a keyword
-
Issue #411
Amit Shekhar shows how to write the unit test for ViewModel with Kotlin Coroutines and LiveData that follows a basic MVVM Architecture
-
Issue #411
Learning Kotlin Coroutines for Android by example. Sample implementations for real-world Android use cases. Unit tests included!
-
Issue #410
Nice list by Lukas Lechner about real-world Android Use Cases of Kotlin Coroutines.
-
Issue #397
Rick Busarow describes a cleaner way to access Kotlin Coroutines Dispatcher objects.
-
Issue #397
This library replaces the usage of Kotlin Coroutines Dispatchers singleton object with reference to an interface.
-
Issue #394
Filip Babić goes over the majority of the Kotlin Coroutines API, with the emphasis on explaining how each component works, which principles and elements are used behind the scenes, and how you can utilize Coroutines in your code.
-
Issue #393
Paco shows how a recent release of the Arrow functional library combines really well with Kotlin Coroutines.
-
Issue #393
In this post, Erik Hellman explains the method he recently learned when he decided to implement an instant search feature using Kotlin Coroutines.
-
Issue #390
Kotlin Coroutines Flow binding APIs for Android's platform and unbundled UI widgets, inspired by RxBinding
-
Issue #384
Arnaud Giuliani shares some ideas about structuring development around a ViewModel. How can we set it up as States and Events? All of this has been packaged into a small library: Uniflow.
-
Issue #382
Joe Birch used Kotlin Coroutines for all of the asynchronous task handling in a project of his, so when integrating Firebase, ideally he wanted to keep any calls to use the same approach.
-
Issue #379
In this Kotlin Coroutines tutorial, Amanjeet Singh teaches how to write asynchronous code just as naturally as your normal, synchronous code.
-
Issue #378
A presentation by Pamela Hill and Jacques Smuts at JavaConf Johannesburg 2019. They compare RxJava, Coroutines and Star Wars for Android Development.
-
Issue #378
In this post Chris Cooper will cover the options if you want to cancel a Kotlin Coroutine.
-
Issue #377
This sample showcases an Android app that uses both Flow and Channel from Kotlin Coroutines
-
Issue #377
Kotlin Coroutines binding APIs for Android UI widgets from the platform and support libraries. Supports Flow, ReceiveChannel and Actor.
-
Issue #375
An image loading library for Android backed by Kotlin Coroutines.
-
Issue #375
Colin White announces Coil — an open-source Kotlin-first image loading library for Android. Coil is fast, lightweight, modern, and treats Kotlin Coroutines, OkHttp, Okio, and AndroidX Lifecycles as first-class citizens.
-
Issue #375
The best collection of books to advance your Android & Kotlin skills: Kotlin Coroutines, Advanced Android App Architecture, Reactive Programming with Kotlin and more! Learn Android & Kotlin development—or level up your existing skills—the easy way with raywenderlich.com.
-
Issue #372
In this episode Tor, Chet and Romain have a chat with Sean McQuillan from DevRel and Yigit Boyar from the Jetpack team to discuss what coroutines are, what problems do they solve and how to use them.
-
Issue #371
Daniel Santiago shows how Room 2.1 now lets you use Kotlin Coroutines by defining suspending DAO functions.
-
Issue #365
Kotlin Coroutines based MVI architecture library for Android
-
Issue #365
Ash Davies provides an extensive overview of the history and appropriate use of Kotlin Coroutines vs RxJava.
-
Issue #363
Paolo Rotolo demonstrates the new Coroutine Scopes for every object that has a LifecycleOwner attached. You can use those to write UI related coroutines and eventually specify in which state of lifecycle run them.
-
Issue #362
This article by Mayank Mehta focuses on an approach to solve dynamic navigation (returned from a server response) using Kotlin coroutines.
-