您的位置:首页 > 移动开发 > Android开发

Android开发中常用的一些开源库

2017-10-01 12:48 239 查看
一、控件

1.下拉刷新控件

https://github.com/scwang90/SmartRefreshLayout/blob

2.material-dialogs

https://github.com/afollestad/material-dialogs

3.PhotoView

https://github.com/chrisbanes/PhotoView

4.CircleImageView

https://github.com/hdodenhof/CircleImageView

5.MaterialDrawer

https://github.com/mikepenz/MaterialDrawer

6.Cardslider

https://github.com/Ramotion/cardslider-android

7.FoldingCell

https://github.com/Ramotion/folding-cell-android

8.banner

https://github.com/youth5201314/banner

9.文件选择器

https://github.com/zhihu/Matisse

二、网络请求

1.Retrofit

https://github.com/square/retrofit

2.okhttp

https://github.com/square/okhttp

3.XSnow

https://github.com/xiaoyaoyou1212/XSnow

三、数据库

1.greenDao

https://github.com/greenrobot/greenDAO

2.realm

https://github.com/realm/realm-java

3.ORMLite

https://github.com/j256/ormlite-android

四、事件总线

1.EventBus

https://github.com/greenrobot/EventBus

五、生成模板代码

1.buttterknife

https://github.com/JakeWharton/butterknife

六、内存泄漏检测

1.leakcanary

https://github.com/square/leakcanary

七、RxJava/RxAndroid

1.RxJava

https://github.com/ReactiveX/RxJava

2.RxAndroid

https://github.com/ReactiveX/RxAndroid

八、动画

1.Material-Animations

https://github.com/lgvalle/Material-Animations

九、图片加载库

1.glide

https://github.com/bumptech/glide

2.fresco

https://github.com/facebook/fresco

十、页面路由

1.https://github.com/alibaba/ARouter

十一、测试框架

1.mockito

https://github.com/mockito/mockito

十二、日志框架

1.https://github.com/orhanobut/logger

十三、Job Queue

1.Android Priority Job Queue

https://github.com/yigit/android-priority-jobqueue

十四、工具类库

1.CommonUtils

https://github.com/AbrahamCaiJin/CommonUtilLibrary
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  android