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}'
}