tablayout
compile 'com.android.support:design:22.2.0'
com.android.support:design:26.0.0-alpha1
gson
compile 'com.google.code.gson:gson:2.8.0'
Xutils 依賴 Application
compile 'org.xutils:xutils:3.5.0'
HttpClient依賴
useLibrary 'org.apache.http.legacy'
Http 異步
compile 'com.loopj.android:android-async-http:1.4.9'
ImageLoader依賴
compile'com.nostra13.universalimageloader:universal-image-loader:1.9.2'
OkHttpUtiles
compile 'com.zhy:okhttputils:2.6.2'
fastjson依賴
compile 'com.alibaba:fastjson:1.1.56.android'
異步用到的依賴
useLibrary 'org.apache.http.legacy'
文件上傳下載
compile 'com.loopj.android:android-async-http:1.4.9'
1 解決沒有HttpClient的依賴(在Android 下) useLibrary 'org.apache.http.legacy'
2 JSON解析---fastjson依賴: compile 'com.alibaba:fastjson:1.1.56.android'
3 網(wǎng)絡(luò)框架 Xutils依賴: compile 'org.xutils:xutils:3.5.0'
4 網(wǎng)絡(luò)框架 Aria依賴: compile 'com.arialyy.aria:Aria:3.0.2'
5 網(wǎng)絡(luò)框架 Asyna依賴: compile 'com.loopj.android:android-async-http:1.4.9'