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.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
Ensar Sarajčić 0595fa8563
Create LICENSE
5 years ago
.idea Add live search for github users 7 years ago
app Add filter for failed get users requests 7 years ago
gradle/wrapper Initial commit 7 years ago
.gitignore Initial commit 7 years ago
LICENSE Create LICENSE 5 years ago
README.md Create README.md 7 years ago
build.gradle Initial commit 7 years ago
gradle.properties Initial commit 7 years ago
gradlew Initial commit 7 years ago
gradlew.bat Initial commit 7 years ago
settings.gradle Initial commit 7 years ago

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