图片加载:
compile 'com.squareup.picasso:picasso:2.5.2'
http://square.github.io/picasso/
compile 'com.github.lovetuzitong:MultiImageSelector:1.2'
https://github.com/lovetuzitong/MultiImageSelector
compile 'com.alibaba:fastjson:1.2.17'
https://github.com/alibaba/fastjson
网络请求:
①compile 'com.loopj.android:android-async-http:1.4.9'
https://github.com/loopj/android-async-http/
导入:import cz.msebera.android.httpclient.Header;
②compile 'com.squareup.okhttp3:okhttp:3.4.1'
http://square.github.io/okhttp/
UI控件:Android-Bootstrap
https://github.com/Bearded-Hen/Android-Bootstrap
dependencies {
compile 'com.beardedhen:androidbootstrap:{X.X.X}'
}
本文介绍了Android开发中常用的几个第三方库,包括图片加载库Picasso、图片选择器MultiImageSelector、JSON解析库Fastjson以及两种网络请求库Android-Async-HTTP和OkHttp,并提到了用于UI设计的Android-Bootstrap。
434

被折叠的 条评论
为什么被折叠?



