To read more about reactive extensions, you can follow the link http://reactivex.io/intro.html. In short, reactive extensions represent a way to compose event-based solutions using observables. It’s a model that treats streams of asynchronous events using a simple composable approach. Reactive extensions extend the observer patter to support sequences of data and events and it allowsRead more