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
- Host: GitHub
- URL: https://github.com/donglua/githubclient
- Owner: donglua
- License: apache-2.0
- Created: 2016-01-27T09:04:09.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-18T02:57:56.000Z (almost 10 years ago)
- Last Synced: 2025-03-29T22:11:14.624Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 1.04 MB
- Stars: 13
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
GithubAndroid
======
> How I build apps using the libraries I would use.


Thanks
-------
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.
