Skip to content
This repository has been archived by the owner on Aug 20, 2021. It is now read-only.

Commit

Permalink
Merge branch 'master' of https://github.com/yiyuanliu/FlipGank
Browse files Browse the repository at this point in the history
  • Loading branch information
yiyuanliu committed Dec 28, 2016
2 parents da8a592 + 2bd0e19 commit 80bd906
Showing 1 changed file with 48 additions and 5 deletions.
53 changes: 48 additions & 5 deletions README.md
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.
```

0 comments on commit 80bd906

Please sign in to comment.