Tuesday, July 8, 2014

How To Use RxJava · Netflix/RxJava Wiki · GitHub

How To Use RxJava · Netflix/RxJava Wiki · GitHub: "How to Design Using RxJava
To use RxJava you create Observables (which emit data items), transform those Observables in various ways to get the precise data items that interest you (by using Observable operators), and then observe and react to these sequences of interesting items (by implementing Observers or Subscribers and then subscribing them to the resulting transformed Observables)."



'via Blog this'

No comments:

Post a Comment