https://github.com/thedancercodes/githubrxjava
https://github.com/thedancercodes/githubrxjava
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/thedancercodes/githubrxjava
- Owner: TheDancerCodes
- Created: 2017-08-31T14:56:21.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-01T13:42:32.000Z (almost 9 years ago)
- Last Synced: 2025-02-07T12:46:07.065Z (over 1 year ago)
- Language: Java
- Size: 138 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GitHubRxJava
An example using Observable objects as part of the network stack in RxJava.
In this example, we will look at [Retrofit](http://square.github.io/retrofit/), an HTTP client open sourced by Square which has built-in bindings with RxJava to interact with GitHub’s API.
Specifically, we’ll create a simple app that presents all the starred repositories for a user given a GitHub username.
This is an exercise repository for the GitHubRxJava example app which is part of the [Meet RxJava: The Missing Reactive Programming Library for Android](https://www.toptal.com/android/functional-reactive-android-rxjava) article.
Credit to [@arriolac](https://github.com/arriolac)