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

https://github.com/donglua/githubclient

A GitHub client Android app which showcases usage of Dagger2, RxJava and Android Data Binding
https://github.com/donglua/githubclient

Last synced: about 1 year ago
JSON representation

A GitHub client Android app which showcases usage of Dagger2, RxJava and Android Data Binding

Awesome Lists containing this project

README

          

GithubAndroid
======

> How I build apps using the libraries I would use.

Get it on Google Play

Try it on your device via DeployGate

![Main](https://github.com/donglua/GitHubClient/blob/master/art/screenshot_main.png)
![DrawerLayout](https://github.com/donglua/GitHubClient/blob/master/art/screenshot_drawer.png)

Thanks
-------

* JakeWharton/U+2020

Libraries
-------

* Dagger2
* Retrofit2
* OkHttp3
* Data Binding
* Gson
* RxJava
* RxAndroid
* Rx Preferences
* Glide
* CircleImageView
* LeakCanary
* Timber

License
-------

Copyright 2016 黄东鲁

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.