7 articles on Kotlin Coroutines for Android performance
Showing 7 of 7 articles (Page 1 of 1)
This article offers an introduction to Java’s lightweight thread model, virtual thread, based on our study of it.
Discusses why RxJava remains important for Android developers and its continued use in modern Android applications.
Say hello to Turbine 1.0, our library for testing kotlinx.coroutines Flow and more.
Jersey is a popular framework for building RESTful web services on the JVM. At ClassPass, we make heavy use of Dropwizard, which is a web framework
Deep dive into how Kotlin coroutines work internally and best practices for efficient asynchronous programming.
Dropbox used coroutines to load Android data faster and smoother.
Badoo's Android team describes how adopting an MVI (Model-View-Intent) architecture with unidirectional data flow helped eliminate hard-to-reproduce race conditions in their chat module. By modeling application...