个人觉得好用的Android第三方框架收集。(不定期更新)

 

//webview
https://github.com/Justson/AgentWeb

 

 

//下拉条件筛选

https://github.com/dongjunkun/DropDownMenu

 

//打造通用的上拉加载、下拉刷新的recyclerview  (自己还没撸,回头撸一下)

http://www.jianshu.com/p/de511e4e23c6?utm_campaign=haruki&utm_content=note&utm_medium=reader_share&utm_source=qq

 

//日历控件

https://github.com/huanghaibin-dev/CalendarView

 

//图片选择器+图片剪裁+图片压缩

https://github.com/donglua/PhotoPicker

https://github.com/Yalantis/uCrop

https://github.com/Curzibn/Luban

 

//项目架构设计
https://blog.csdn.net/weihuangcool/article/details/78109422?locationNum=7&fps=1

//上拉下拉

https://github.com/scwang90/SmartRefreshLayout

//弹框组件 (可以定义弹出位置)

https://github.com/razerdp/BasePopup

//tab标签

https://github.com/LuckyJayce/ViewPagerIndicator

 

//柱状图

https://github.com/teddyisme/LCharts-android
https://github.com/lixiaodaoaaa/ColumnAnimViewProject

 

//微信视频录制 单机拍照 长按录制

https://github.com/CJT2325/CameraView

//视频播放

https://github.com/CarGuo/GSYVideoPlayer

//bamboy各种demo 右滑关闭  无感分页 点击动画 等

https://github.com/Bamboy120315/bamboy

 

//更新框架

https://github.com/xuexiangjys/XUpdate
 

//图片 视频相关

https://github.com/LuckSiege/PictureSelector    图片+视频+音频选择
https://github.com/jeasonlzy/ImagePicker   微信选择图片 剪裁 旋转
https://github.com/jeasonlzy/NineGridView     9宫格显示  各种图片数量 合理显示

//权限管理

https://github.com/yanzhenjie/AndPermission

//各种工具集合
https://github.com/Blankj/AndroidUtilCode

//通用的tab 可直接配合viewpager使用
https://github.com/ogaclejapan/SmartTabLayout

//android中路由框架
https://github.com/alibaba/ARouter

 

你可能感兴趣的:(学习笔记)