android项目中的jar包总结

来源:互联网 发布:软件开发大牛 编辑:程序博客网 时间:2024/06/05 03:21
1.  compile 'com.orhanobut:logger:1.15'        Android Studio最简单使用的log神器2.  compile 'com.github.bumptech.glide:glide:3.7.0'        基本可以load任何可以拿到的媒体资源  (参考:http://blog.csdn.net/shangmingchao/article/details/51125554)3.  compile 'com.android.support:cardview-v7:25.2.0'    CardView是在安卓5.0提出的卡片式控件

4. compile ‘com.github.CymChad:BaseRecyclerViewAdapterHelper:2.9.4’
强大的RecyclerViewAdapterHelper,(参考:https://github.com/CymChad/BaseRecyclerViewAdapterHelper)
5. 照相选相册,裁剪的 library TakePhoto
https://github.com/crazycodeboy/TakePhoto
6. 几行代码快速集成二维码扫描功能
https://github.com/yipianfengye/android-zxingLibrary
7. 仿ios移动按钮
https://github.com/kyleduo/SwitchButton
https://github.com/zcweng/ToggleButton
8. 自定义Android崩溃界面:CustomActivityOnCrash
https://github.com/Ereza/CustomActivityOnCrash
9. 创建Android抽屉布局的库:MaterialDrawer
https://github.com/mikepenz/MaterialDrawer
10. android photoview 图片放大缩放功能 ImageView
https://github.com/chrisbanes/PhotoView
11. 仿ios的dialog
https://github.com/saiwu-bigkoo/Android-AlertView
12. glide-transformations——为Glide提供图像转换的Android类库
https://github.com/wasabeef/glide-transformations
13. GlidePalette 一个可以在Glide加载时很方便使用Palette的库。
https://github.com/florent37/GlidePalette
14. 流式布局
https://github.com/hongyangAndroid/FlowLayout
15. Android开发人员不得不收集的代码 工具类
https://github.com/huangkunkun/AndroidUtilCode
16. logger 常用log工具
https://github.com/orhanobut/logger
17. joda-time 日期的替代使用库
https://github.com/JodaOrg/joda-time
18. Fragmentation fragment替代库 外加 仿边缘返回
https://github.com/YoKeyword/Fragmentation
19. FlycoTabLayout 仿TabLayout ,有指示器
https://github.com/H07000223/FlycoTabLayout
20. BaseRecyclerViewAdapterHelper 强大的recyclerview的adapter
https://github.com/CymChad/BaseRecyclerViewAdapterHelper
21. 节操播放器 底层为哔哩哔哩的开源播放器
https://github.com/lipangit/JieCaoVideoPlayer
22. 选择器
仿ios
https://github.com/saiwu-bigkoo/Android-PickerView
扁平风格
https://github.com/gzu-liyujiang/AndroidPicker
23. 网络框架
NoHttp
https://github.com/yanzhenjie/NoHttp
okgo
https://github.com/jeasonlzy/okhttp-OkGo

0 0
原创粉丝点击