Search
You can now search through our
archive
!
Please specify a keyword
-
Issue #415
Adam Hurwitz compares and contrasts implementing unidirectional data flow in RxJava vs Kotlin Coroutines' Flow.
-
Issue #415
In this article, Shreyas Patil shows how to use Kotlin Coroutine StateFlow in Android in place of LiveData.
-
Issue #414
In this blog post, Lukas Lechner will help you form a solid mental model about coroutines, this new emerging concept for modern software development.
-
Issue #414
In this post, Amit Shekhar writes about using withContext and Async-await in Kotlin Coroutines.
-
Issue #414
In this presentation, Fabio Collini shows how to leverage the Kotlin coroutines library to manage parallelism, from the basic concepts to some advanced example.
-
Issue #413
In this article, Animesh Roy teaches the fundamentals of threading, background processing, and of course Kotlin coroutines with a simple android specific practical example
-
Issue #412
In this blog post, Lukas Lechner shows you code implementing a simple use case with coroutines, callbacks and RxJava so that you can compare them.
-
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.
-