RxJava
One of the best articles for beginners (like me) to understand RxJava is this one:
https://upday.github.io/blog/reactive_mindset_burgers/
At the moment, i’m having a problem with an app that works with Realm on too many threads. After some really really good, painfull and slow code refactoring we got to a version in which the app works, but I feel it’s an ugly method. The easiest and probably the best being rxjava 🙂
By: Adrian Coman