https://github.com/zoonooz/nanachat
Trying to learn Reactive with Android by create simple chat application
https://github.com/zoonooz/nanachat
Last synced: about 1 year ago
JSON representation
Trying to learn Reactive with Android by create simple chat application
- Host: GitHub
- URL: https://github.com/zoonooz/nanachat
- Owner: zoonooz
- Created: 2015-09-09T16:06:53.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-09T16:07:27.000Z (almost 11 years ago)
- Last Synced: 2025-01-30T15:15:57.114Z (over 1 year ago)
- Language: Java
- Size: 242 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NanaChat
Simple Chat application for testing. I think this is a good chance for me to try and learn Reactive Programming.
### Libraries Notes
* [RxAndroid](https://github.com/ReactiveX/RxAndroid) for creating app with Functional Reactive Programming
* [Realm](https://realm.io/docs/java/latest/) for persistent layer
* [Retrofit](http://square.github.io/retrofit/) for networking layer
* [ButterKnife](http://jakewharton.github.io/butterknife/) for views binding
* [Picasso](http://square.github.io/picasso/) for image loading
and use [RetroLambda](https://github.com/evant/gradle-retrolambda) to make project support lambda
### API
API will be documented and mocked at [http://docs.nanachat.apiary.io](http://docs.nanachat.apiary.io)