自己常用的到的库或者一些很不错的文章,欢迎大家给我推荐更好用的库
###ui类:
-
Edittext material design :https://github.com/rengwuxian/MaterialEditText
-
很好看的贴在图片斜边的textview https://github.com/HeZaiJin/SlantedTextView
-
fog view : 类似刮奖效果 : https://github.com/dynamitechetan/FogView_Library
-
可展开的Recycleview https://github.com/zaihuishou/ExpandableRecyclerview
-
很炫的toast样式 : https://github.com/yadav-rahul/TastyToast
-
MD风格的搜索bar : https://github.com/mancj/MaterialSearchBar
###工具类:
-
常用工具类(string utils ,dataUtils之类) http://xybcoder.github.io/2016/06/11/Android%20开发常用工具类/ https://github.com/Blankj/AndroidUtilCode
###动画效果类:
-
transtionEvery: https://github.com/andkulikov/Transitions-Everywhere http://www.jianshu.com/p/98f2ec280945
###其他
-
Android studio 快捷键: http://seniorzhai.github.io/2015/02/05/AndroidStudio快捷键汇总/
-
App Crash的处理与Log保存 https://github.com/Sunzxyong/Recovery
###博客收集
- AS快捷键 http://www.jianshu.com/p/bc8f6bfe12c6?
- AS调试教程 http://blog.csdn.net/u013132758/article/details/51992603
- 将代码上传到jcenter http://blog.lufficc.com/2016/08/05/一步一步教你上传自己的-Library-到-JCenter/
- 五个不错的开源项目 : http://www.jianshu.com/p/8180cc105f01
- 夜间模式切换 : http://blog.csdn.net/yanzhenjie1003/article/details/52464363
- 代码混淆 : http://frank-zhu.github.io/android/2014/11/21/android-proguard/
- 用RecycleView实现蜂窝六边形: http://www.jianshu.com/p/6c78a5a07db5
- 关于单元测试 : http://mp.weixin.qq.com/s?__biz=MzA3NTYzODYzMg==&mid=2653577840&idx=2&sn=c3b52a72c34194c5e76007254613c644&scene=4#wechat_redirect
- 腾讯的热更新框架 : https://github.com/Tencent/tinker
- 关于混淆的详细介绍 : http://www.jianshu.com/p/7436a1a32891
- 可拖拽的viewgroup : http://mp.weixin.qq.com/s?__biz=MjM5NDkxMTgyNw==&mid=2653058290&idx=1&sn=6bd69194a5aa23a6e574e8a3a83c1fcf&chksm=bd5657ce8a21ded8283933733e7e4644f486b63f8e70d6558a633809fa09fe818ca2322d3acf&scene=0#wechat_redirect
- Android状态栏技巧 http://blog.csdn.net/sinyu890807/article/details/51763825
- 我所努力学习到的三十多条宝贵经验 http://yifeng.studio/2016/10/27/android-develop-30-things-that-experience-made-me-learn-the-hard-way/
- glide库的使用 http://www.jianshu.com/p/299c8332aca6