Android常用开发框架
Posted 源于未知
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Android常用开发框架相关的知识,希望对你有一定的参考价值。
图片加载: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常用开发框架的主要内容,如果未能解决你的问题,请参考以下文章