Skip to content

Commit 9614dcc

Browse files
authored
Update README.md
1 parent f535475 commit 9614dcc

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

README.md

+12-9
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
![image](https://github.com/githubwing/GankClient-Kotlin/raw/master/img/pic1.png)
66
![image](https://github.com/githubwing/GankClient-Kotlin/raw/master/img/pic2.png)
7+
78
gank.io kotlin实现的干货集中营客户端
89

910
风格采用了Material Design. 多数控件都是design包里面的。
@@ -12,17 +13,17 @@ gank.io kotlin实现的干货集中营客户端
1213

1314
## 项目模式
1415

15-
* Kotlin
16+
* [Kotlin](https://github.com/JetBrains/kotlin)
1617
* MVP
17-
* Dagger2
18-
* Rxjava
18+
* [Dagger2](https://github.com/square/dagger)
19+
* [Rxjava](https://github.com/ReactiveX/RxJava)
1920
* DataBinding
20-
* Retrofit
21-
* Okhttp3
22-
* DeepLinkDispatch
23-
* Gson
24-
* Glide
25-
21+
* [Retrofit](https://github.com/square/retrofit)
22+
* [Okhttp3](https://github.com/square/okhttp)
23+
* [DeepLinkDispatch](https://github.com/airbnb/DeepLinkDispatch)
24+
* [Gson](https://github.com/google/gson)
25+
* [Glide](https://github.com/bumptech/glide)
26+
* [ByeBurger](https://github.com/githubwing/ByeBurger)
2627

2728
## Kotlin
2829

@@ -82,3 +83,5 @@ gank.io kotlin实现的干货集中营客户端
8283
## Glide
8384
用于图片的加载。
8485

86+
## ByeBurGer
87+
用于导航栏以及悬浮按钮华东隐藏。

0 commit comments

Comments
 (0)