項目引入包
1.網(wǎng)絡(luò)請求
- Retrofit 封裝其他包
- OkHttp 網(wǎng)絡(luò)請求
- Gson 解析json數(shù)據(jù)
- RxJava 今艺、RxAndroid 事件處理
compile 'com.squareup.retrofit2:retrofit:2.1.0'
compile 'com.squareup.retrofit2:converter-gson:2.1.0'
compile 'com.squareup.okhttp3:okhttp:3.3.1'
compile 'com.google.code.gson:gson:2.3.1'
compile 'io.reactivex:rxandroid:1.2.1'
compile 'io.reactivex:rxjava:1.1.6'
2.圖片加載
- Glide 加載圖片框架
compile 'com.github.bumptech.glide:glide:3.7.0'
3.日志打印
-
4.數(shù)據(jù)存儲
-
5.列表刷新加載
- PullToRefresh 列表刷新與加載
https://github.com/chrisbanes/Android-PullToRefresh 非gradle項目楞慈,將源碼導入項目中漠另。
6.支付
- 支付寶 (支付、打賞)