An open API service indexing awesome lists of open source software.

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

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)