Search
You can now search through our
archive
!
Please specify a keyword
-
Issue #628
Have you ever wondered which multithreading framework is the fastest? Danil Perevalov shares the results of several tests.
-
Issue #594
Discover how KAYAK improved their authentication experience on Android with passkeys using the Credential Manager API with RxJava.
-
Issue #547
If you'd like to how to program backpressure-aware publishers and subscribers in RxJava, as well as how to apply RxJava backpressure strategies check out Douglas Craig Schmidt's recent videos in this playlist.
-
Issue #544
In this blog, Amit Shekhar teaches about RxJava Subjects - Publish, Replay, Behavior, and Async.
-
Issue #521
PSPDFKit is seeking an Android developer with experience using technologies like Java, Kotlin, Jetpack Compose, RxJava, and the Android NDK to design, architect and develop our PDF SDK for Android.
-
Issue #511
Stelios Frantzeskakis shares some RxJava & LiveData patterns that lead to unexpected memory leaks.
-
Issue #494
In this episode, Gabor Varadi shares his experiences in using Jetpack Compose in real-world Android applications and explains problems we have to watch out for. He also shares his opinions on MVVM vs MVI architecture, reactive programming with Flow vs RxJava, and much more.
-
Issue #493
Movie Android App written in Kotlin, MVVM, RxJava, Coroutine, Android Architecture Components and Jetpack Compose.
-
Issue #472
Aida Issayeva writes about what Disposables are and how to use them.
-
Issue #468
Modern Android apps are frequently built atop RxJava. However, you may see UndeliverableExceptions in your crash logs. Stelios Frantzeskakis examines what leads to this situation.
-
Issue #467
In this blog Py looks into how an easy mistake when using RxJava's Observable.create() can lead to subtle leaks.
-
Issue #466
Aleksandra Krzemień examines how the latest release of Kotlin Coroutines has almost everything needed to replace RxJava.
-
Issue #459
Dan Lew some subtleties in converting RxJava's onNext to Coroutine Flow's tryEmit.
-
Issue #457
Perry Street Software publishes two of the world’s largest gay & queer social dating apps. We are hiring Android developers with experience in design and architecture patterns, Android SDK, Kotlin, RxJava, and a good sense of usability and product.
-
Issue #456
Perry Street Software publishes two of the world’s largest gay & queer social dating apps. We are hiring Android developers with experience in design and architecture patterns, Android SDK, Kotlin, RxJava, and a good sense of usability and product.
-
Issue #455
Perry Street Software publishes two of the world’s largest gay & queer social dating apps. We are hiring Android developers with experience in design and architecture patterns, Android SDK, Kotlin, RxJava, and a good sense of usability and product.
-
Issue #455
Nick Skelton has struggled unit testing Kotlin Flows attempting to apply LiveData or RxJava approaches. In this article, he then goes on to experiment with the Google recommended method and finally, showcases the best solution so far.
-
Issue #454
Perry Street Software publishes two of the world’s largest gay & queer social dating apps. We are hiring Android developers with experience in design and architecture patterns, Android SDK, Kotlin, RxJava, and a good sense of usability and product.
-
Issue #451
In order to evaluate a move from RxJava to coroutines, Dan Lew wrote down a list of pros/cons for each framework.
-
Issue #448
Stojan Anastasov shows that when testing RxJava code, you do NOT have to replace all schedulers with Trampoline, which may make you miss possible concurrency issues.
-
Issue #444
Ninad MG defines what backpressure is and takes a look at how to handle it in RxJava 2.
-
Issue #439
In this tutorial by Prashant Barahi, you’ll use RxJava combining operators to merge, filter and transform your data into succinct and reusable streams.
-
Issue #418
The Cash App Android app uses presenters because they’re easy to write, easy to review and result in boring code that just works. In this post, Benoît Quenaudon shows how to use presenters with or without RxJava.
-
Issue #418
Raul Hernandez Lopez prepares to migrate an RxJava + Java application to Kotlin + Coroutines/Flows. In this third part, he elaborates on the details of the data layer.
-
Issue #418
Raul Hernandez Lopez prepares to migrate an RxJava + Java application to Kotlin + Coroutines/Flows. In this second part, he details asynchronous communication with streams.
-