Sample RxJava app using GitHub API made for Sarajevo Mobile Technology Meetup 04.06.2016. Showcases simple use cases for RxJava Observables and RxBindings to connect user events into flows.
This repository has been archived on 2022-07-05. You can view files and clone it, but cannot push or open issues/pull-requests.
Go to file
Ensar Sarajčić 0595fa8563
Create LICENSE
2017-12-26 19:27:07 +01:00
.idea Add live search for github users 2016-10-03 23:44:53 +02:00
app Add filter for failed get users requests 2016-10-04 01:38:29 +02:00
gradle/wrapper Initial commit 2016-10-02 16:24:31 +02:00
.gitignore Initial commit 2016-10-02 16:24:31 +02:00
LICENSE Create LICENSE 2017-12-26 19:27:07 +01:00
README.md Create README.md 2016-10-04 02:34:28 +02:00
build.gradle Initial commit 2016-10-02 16:24:31 +02:00
gradle.properties Initial commit 2016-10-02 16:24:31 +02:00
gradlew Initial commit 2016-10-02 16:24:31 +02:00
gradlew.bat Initial commit 2016-10-02 16:24:31 +02:00
settings.gradle Initial commit 2016-10-02 16:24:31 +02:00

README.md

rxjava-github

Sample RxJava app using GitHub API made for Sarajevo Mobile Technology Meetup 04.06.2016.

Showcases use of RxJava Observables, RxBindings for views observables, maps, filters, debouncing, using observables as promises, combining streams and alot of spaghetti code. :D