权限

来源:互联网 发布:stc15f104w数据手册 编辑:程序博客网 时间:2024/05/17 09:26
okhttp
compile 'com.squareup.okhttp3:okhttp:3.9.0'

compile'com.zhy:okhttputils:2.0.0'
Springview上下拉刷新
compile 'com.liaoinstan.springview:library:1.2.6'
找控件
compile 'com.jakewharton:butterknife:8.8.1'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1'
gosn解析
compile 'com.google.code.gson:gson:2.8.1'

recycleview分割线
compile 'com.yqritc:recyclerview-flexibledivider:1.4.0'

图片框架
compile 'com.github.bumptech.glide:glide:4.2.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.2.0'

compile 'com.github.bumptech.glide:glide:3.7.0'


全局捕获异常
https://github.com/bwei1503d/xme/blob/master/app/src/main/java/com/bwei/xme/exception/CrashHandler.java 
CrashHandler.getInstance(). init(this);


图片二次采样
http://blog.csdn.net/dalongjun/article/details/49967013


okhttp封装
http://blog.csdn.net/Little_xiaobai/article/details/78242550
https://github.com/tangyixin01/OkhttpFeng.git


banner轮播
http://blog.csdn.net/qq_2430192765/article/details/78018335

recycleview滚动监听
http://www.loongwind.com/archives/189.html


自定义圆形
http://blog.csdn.net/hpu_zyh/article/details/39520975



购物车
https://github.com/anwen01/ShopCart

原创粉丝点击