Intro to RxJava & RxAndroid (GDG Munich Android)
The RX libraries have gained great popularity among developers lately. RX solves asynchronous
programming elegantly based on the Observer pattern. This is especially helpful on Android where
lots of interactions are asynchronous to the UI.
[Read More]