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、上下拉刷新

https://github.com/scwang90/SmartRefreshLayout
补充:解决滑动问题:snaphelper https://github.com/rubensousa/RecyclerViewSnap

5、图片压缩 https://github.com/Curzibn/Luban

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 18、底部导航栏

https://github.com/ittianyu/BottomNavigationViewEx

19、日历控件

https://github.com/MagicMashRoom/SuperCalendar


更多相关文章

  1. android 可执行程序终于可以在nxp8473--cortex-a9平台运行
  2. Android各个版本API的区别
  3. android之ArrayAdaper之Spinner
  4. android之simpleAdaper应用
  5. Android(安卓)DataBinding 运算符、BindingAdapter、 BindingCon
  6. Android使用控件Spinner实现下拉菜单列表
  7. ANDROID NDK文档系列--(二)Installation Guide
  8. Android(安卓)刷新框架SmartRefreshLayout
  9. android之ArrayAdaper之Spinner

随机推荐

  1. Android学习之SharedPreferences
  2. android 界面添加返回一栏
  3. android实战项目五做一个倒计时的button
  4. Android开发本地及网络Mp3音乐播放器(二
  5. Android悬浮窗口基本知识
  6. ANDROID备份
  7. Android(安卓)几个Info系列类的总结
  8. android popupwindow的使用与讲解
  9. android多语言与国际化(记录)
  10. [置顶] Canvas开篇之drawBitmap方法讲解