File tree 1 file changed +12
-9
lines changed
1 file changed +12
-9
lines changed Original file line number Diff line number Diff line change 4
4
5
5
![ image] ( https://github.com/githubwing/GankClient-Kotlin/raw/master/img/pic1.png )
6
6
![ image] ( https://github.com/githubwing/GankClient-Kotlin/raw/master/img/pic2.png )
7
+
7
8
gank.io kotlin实现的干货集中营客户端
8
9
9
10
风格采用了Material Design. 多数控件都是design包里面的。
@@ -12,17 +13,17 @@ gank.io kotlin实现的干货集中营客户端
12
13
13
14
## 项目模式
14
15
15
- * Kotlin
16
+ * [ Kotlin] ( https://github.com/JetBrains/kotlin )
16
17
* MVP
17
- * Dagger2
18
- * Rxjava
18
+ * [ Dagger2] ( https://github.com/square/dagger )
19
+ * [ Rxjava] ( https://github.com/ReactiveX/RxJava )
19
20
* 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 )
26
27
27
28
## Kotlin
28
29
@@ -82,3 +83,5 @@ gank.io kotlin实现的干货集中营客户端
82
83
## Glide
83
84
用于图片的加载。
84
85
86
+ ## ByeBurGer
87
+ 用于导航栏以及悬浮按钮华东隐藏。
You can’t perform that action at this time.
0 commit comments