Archive
2018
DEVELOPMENT
Android
RxJava
Kotlin
Tips
Development
RxJava for Multi-Level Data Retrieval
RxJava can be useful for many things, and in this post, we’ll have a look at how to use it to add offline support to your app.
DEVELOPMENT
Android
RxJava
Kotlin
Insights
Development
RxJava Is Async yet Blocking
An explanation of why RxJava is both asynchronous and blocking.
2017
DEVELOPMENT
Android
RxJava
Open Source
Development
Make Android Animations Reactive with VanGogh
Android view animations powered by RxJava 2.
DEVELOPMENT
Android
Kotlin
RxJava
Tips
Development
Writing Concise Code with Kotlin and RxJava
Tips and tricks how to write readable, concise, and beautiful code using the Kotlin language and RxJava.
2016
DEVELOPMENT
Android
Kotlin
RxJava
Tips
Development
Android animations powered by RxJava
The purpose of this post is to show you how to combine RxJava features with animations on Android to create a great user interface without a lot of nested code.