Android新手必须知道的概念

  1. Android开发基础规范
    http://blog.csdn.net/hejjunlin/article/details/52602487
  2. 我打赌你一定没搞明白的Activity启动模式
    Context都没弄明白,还怎么做Android开发?
    Activity Window View之间的三角关系
    http://www.jianshu.com/users/bd3befbe51d0/latest_articles
  3. 详细了解Android Context
    http://www.woaitqs.cc/android/2016/09/07/android-context-implemention.html
  4. 一分钟理解handler机制
    http://www.jianshu.com/p/86ea1c817fff
    Handler和他的小伙伴们(上)
    http://www.jianshu.com/p/e04698eaba88
    Handler消息处理机制(菜鸟篇)
    http://www.jianshu.com/users/77a567b5729c/latest_articles
    探索 Android 大杀器——Handler
    https://github.com/xitu/gold-miner/blob/master/TODO/android-handler-internals.md
  5. Android Activity全面解析
    http://www.jianshu.com/users/70043aadc262/latest_articles
  6. 在Android中使用正确的姿势写一个string.xml
    http://blog.csdn.net/Neacy_Zz/article/details/52665270
  7. 99%的人都理解错了HTTP中GET与POST的区别
    https://zhuanlan.zhihu.com/p/22536382?hmsr=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
  8. HTTPS,你不知道的事儿
    http://gold.xitu.io/post/57ecfe9fa341310065be4867
    作为一个iOS攻城狮不得不了解的网络知识
    http://blog.csdn.net/drunkard_001/article/details/52885449
  9. Socket,你需要知道的事儿
    http://gold.xitu.io/post/57f885370bd1d00058b37d74
  10. 请不要滥用SharedPreference
    http://weishu.me/2016/10/13/sharedpreference-advices/
  11. TCP、HTTP协议详解
    http://blog.csdn.net/raphets?viewmode=contents
  12. 理解 Android 进程启动之全过程
    http://www.diycode.cc/topics/346
  13. Android View 全解析
    http://www.woaitqs.cc/android/2016/10/10/android-view-theory-1.html
  14. Activity启动流程详解
    http://www.jianshu.com/p/4d261a086e71

你可能感兴趣的:(学习知识,android,android开发)