This repository has been archived by the owner on Aug 20, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/yiyuanliu/FlipGank
- Loading branch information
Showing
1 changed file
with
48 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,51 @@ | ||
# FlipGank | ||
|
||
一款 FlipBoard 风格的 Gank.io 客户端。 | ||
[download apk](https://github.com/yiyuanliu/FlipGank/releases) | ||
|
||
<image src="./images/screenshot1.png" width="300"/> | ||
<image src="./images/screenshot2.png" width="300"/> | ||
<image src="./images/screenshot3.png" width="300"/> | ||
<image src="./images/screenshot4.png" width="300"/> | ||
一款 FlipBoard 翻页风格的 Gank.io 客户端,使用 RecyclerView 实现。 | ||
|
||
<image src="./images/screenshot1.png" width="280"/> | ||
<image src="./images/screenshot3.png" width="280"/> | ||
<image src="./images/screenshot4.png" width="280"/> | ||
|
||
## Todo | ||
|
||
- 使用 Rxjava 2.0 | ||
- 添加图片下载 | ||
- Readability | ||
|
||
## 数据来源 | ||
|
||
[Gank.io](http://gank.io) | ||
|
||
## 第三方类库 | ||
|
||
- [Glide](https://github.com/bumptech/glide) | ||
- [Okhttp](http://square.github.io/okhttp/) | ||
- [RxJava](https://github.com/ReactiveX/RxJava) | ||
- [Retrofit](https://square.github.io/retrofit/) | ||
- [Butterknife](http://jakewharton.github.io/butterknife/) | ||
|
||
## About me | ||
|
||
A student in Uestc. Android developer. | ||
|
||
Email: [email protected] | ||
|
||
## 开源协议 | ||
|
||
``` | ||
Copyright YiyuanLiu | ||
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. | ||
``` |