Android常用框架整理

 

Android常用框架整理

157人阅读  评论(0)  收藏  举报
  分类:
Android(174) 

1、网络框架

OKGO

https://github.com/jeasonlzy/okhttp-OkGo

MVParms网络请求全家桶 

好处太多,rx系列很全面Rxjava  Rxandroid RxLifecycle Rxcache ,只是项目中使用的Dagger,关于Dagger个人认为有的人喜欢用这种依赖注入,大大简化了new实例的过程,但有的人不喜欢这种依赖注入,因为给项目添加了很多类。

https://github.com/JessYanCoding/MVPArms

2、数据库框架

数据库方面操作就比较多了,看了一篇不错的文章可以做为参考:

http://blog.csdn.net/da_caoyuan/article/details/61414626

3、RecycleView适配器

万能适配器,可以满足几乎所有常见的列表功能

https://github.com/CymChad/BRVAHST

4、上下拉刷新

补充:解决滑动问题:snaphelper

5、图片压缩

6、进度加载Dialog

https://github.com/81813780/AVLoadingIndicatorView

7、触摸放缩图片

https://github.com/sephiroth74/ImageViewZoom

8、多图片选择器

https://github.com/lovetuzitong/MultiImageSelector

https://github.com/LuckSiege/PictureSelector

9、Log工具

https://github.com/orhanobut/logger

https://github.com/JakeWharton/timber

10、MultiDex

解决65535

https://developer.android.com/studio/build/multidex.html

11、权限

rxpermission

https://github.com/tbruyelle/RxPermissions

12、layer—list

http://blog.csdn.net/itzhongzi/article/details/52188485

http://www.jcodecraeer.com/a/anzhuokaifa/androidkaifa/2013/0707/1418.html

13、AndroidUtil整理

https://github.com/Blankj/AndroidUtilCode


14、文字工具

https://www.jianshu.com/p/509b0d2626f4

ps:可以用于自己平时测数据

https://www.mocky.io/

15、AndroidStudio好用插件

ButterKnife zelezny

IconViewer

16、Chrome好用插件

Octotree (在github上查看项目的时候会自动生成目录树)
Set Character Encoding
Axure RP Extension for Chrome(在浏览器看产品原型的时候会用到,如果产品原型是用墨刀做的那就没必要了)
JSON-handle
17、日期选择控件
https://github.com/liuwan1992/CustomDatePicker

猜你喜欢

转载自blog.csdn.net/frimary/article/details/80027897