Skip to content

A simple RxAndroid project yo get you started at combining Observables and Observers with API calls

Notifications You must be signed in to change notification settings

ChristoferAlexander/RxAndroid-simple-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

RxAndroid-simple-example

A simple RxAndroid project to get you started combining Observables and Observers with API calls

The app consists of three buttons and three textviews :

The first button fetches the result of an API call and apends it to the first textview
The second button fetches the result of an API call every 3 seconds and apends it to the second textview
The third button combines 2 API calls and waits until both are finished to apend the result to the third textview

About

A simple RxAndroid project yo get you started at combining Observables and Observers with API calls

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages