Rx Java





Observable:

Observable are the sources for data to emit. An observable start providing data once a subscriber or observer start listening. An Observable may emit n number of items. It will terminate with success or with an error. For example an object of User who emits User object with a new username, when the new username is set.

Comments

Popular posts from this blog

Android Interview question

A complete guide to learn Android Development