Android实战开源框架总结

1、多图片或者单图选择框架(如评论,发朋友圈功能、用户头像上传)
https://github.com/LuckSiege/PictureSelector

2、通过注解来判断edittext是否符合规则
https://github.com/ragunathjawahar/android-saripaar

3、广告轮播效果
https://github.com/Jude95/RollViewPager

4、Android原生与js交互框架(WebViewjavascriptBridge)
https://github.com/lzyzsd/JsBridge

5、Android6.0权限框架(EasyPermission)
https://github.com/googlesamples/easypermissions

6、Android各种选择器(时间、日期、地址等)
https://github.com/gzu-liyujiang/AndroidPicker

7、为APP添加角标(提示用户有未读的新消息)
https://github.com/leolin310148/ShortcutBadger

8、几十种下拉刷新、上拉加载更多效果
https://github.com/scwang90/SmartRefreshLayout

你可能感兴趣的:(Android实战开源框架总结)