简易版的github客户端 This is a simple android github client
只是一个Android客户端,用于搜索、star/本地收藏 github上的开源项目
it's just a android client, used to search open source from github
本项目将尽量严格按照MVP模式开发 其中会使用一些比较新的流行技术,当做学习
- 响应式编程:rxJava
数据库:realm,尽管有些坑,但还是在继续使用(线程问题实在麻烦,还是换回SQLite)- orm:greenDao
- 图片加载:glide
- 网络:okhttp、retrofit
- RecyclerViewAdapter
- PickView
- 搜索比较流行的语言的开源项目:java、OC、swift、C、C++等
- 按关键字搜索
- 收藏和取消收藏
- 收藏的project按关键字搜索
- 登录查看自己的star
- 单种语言增加查看最近多少天的trends
- 对star的project进行分类展示、收藏等(目前github上不能对star分类,不太方便)
Copyright 2016-2017 ouyangzn
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.