ReactiveX, RxJava and RxAndroid - where to start
The next library you will learn should definetly be ReactiveX. What is ReactiveX? From the website: ReactiveX is a combination of the best ideas from the Observer pattern, the Iterator pattern, and functional programming. (But it’s a lot more.) The key concept to start with ReactiveX is: think reactive programming as operating on a stream of data. Can I use ReactiveX with my favourite language? Actually you can find a ReactiveX implementation for the following languages:...