一些资源的记录(好的开源项目,好的博客等)

来源:互联网 发布:消防四知四会四个能力 编辑:程序博客网 时间:2024/04/30 07:45

(本文会不定期持续更新)


监听app 关闭与开启
https://asce1885.gitbooks.io/android-rd-senior-advanced/content/androidzhong_pan_duan_app_he_shi_qi_dong_he_guan_bi_de_ji_zhu_yan_jiu.html


开源项目集合
http://p.codekk.com/
http://www.jianshu.com/p/72494773aace


// 动态权限申请库
http://www.jianshu.com/p/cdcbd3038902

//android 适配
https://github.com/hongyangAndroid/AndroidAutoLayout

//RecyclerView使用 及 滑动时加载图片优化方案
http://blog.csdn.net/gao_chun/article/details/48550117

// glide 滑动时 取消加载图片
http://www.jianshu.com/p/4a3177b57949
BaseRecyclerViewAdapterHelper
  https://github.com/CymChad/BaseRecyclerViewAdapterHelper/wiki/%E8%87%AA%E5%AE%9A%E4%B9%89%E4%B8%8D%E5%90%8C%E7%9A%84item%E7%B1%BB%E5%9E%8B

https://github.com/boredream/BorePlugin

https://github.com/cymcsg/UltimateRecyclerView/wiki/Swipe-to-dismiss
ViewPager 效果
https://github.com/auv1107/ViewTager

//新手指导开源项目
http://blog.coderclock.com/2017/05/22/android/open-source-android-app-guide-view-library/


//技术视界
http://blog.coderclock.com/


自定义View 相关博客

http://www.gcssloop.com/timeline

//android 软键盘的控制

http://mp.weixin.qq.com/s/q-kEr_4JWT-LKIXaXskIoA

//android 代码混淆

http://droidyue.com/blog/2016/07/10/understanding-android-obfuscated-code-by-proguard/

//仿QQ侧滑

https://github.com/anzaizai/EasySwipeMenuLayout

//开发人员不得不收集的工具类

https://github.com/Blankj/AndroidUtilCode

Logger 日志打印  
https://github.com/orhanobut/logger


leakcanary 内存泄漏检测工具  
https://github.com/square/leakcanary


Glide 图片请求库  
https://github.com/bumptech/glide  
教程地址:http://ocnyang.com/tags/Glide/


circleimageview 圆形图片库  
https://github.com/hdodenhof/CircleImageView


greenDAO 数据库  
https://github.com/greenrobot/greenDAO


eventbus 事件发布/订阅框架  
https://github.com/greenrobot/EventBus