0% found this document useful (0 votes)
5 views6 pages

RxJava: Reactive Programming in Android

RxJava is a third party library for reactive asynchronous programming using the observer pattern. It contains observables that can be observed by subscribers, and singles that represent a single event or item. RxJava uses the observer pattern to handle asynchronous and event-based programs.

Uploaded by

Ayub Zafar
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views6 pages

RxJava: Reactive Programming in Android

RxJava is a third party library for reactive asynchronous programming using the observer pattern. It contains observables that can be observed by subscribers, and singles that represent a single event or item. RxJava uses the observer pattern to handle asynchronous and event-based programs.

Uploaded by

Ayub Zafar
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd

Android Jetpack

RxJava
RxJava

- Third party library


RxJava

- Third party library


- Reactive asynchronous programming paradigm
RxJava

- Third party library


- Reactive asynchronous programming paradigm
- Observer pattern
RxJava - Components

- Observables
RxJava - Components

- Observables
- Observers (or subscribers)
- Single

You might also like