美文网首页
Android深度理解技术总结

Android深度理解技术总结

作者: Fitz_Lee | 来源:发表于2018-05-31 08:06 被阅读9次

    深度理解Android技术总结

    Android基础

    开发文档

    https://developer.android.com/guide/index.html?hl=zh-cn

    阿里巴巴Android开发规范

    https://github.com/Blankj/AndroidStandardDevelop

    框架层知识点

    分层架构 MVC MVVM MVP
    https://developer.android.com/topic/libraries/architecture/guide.html
    https://github.com/googlesamples/android-architecture
    https://github.com/googlesamples/android-architecture-components
    组件化 模块化 容器化 Atlas small
    https://yq.aliyun.com/articles/7239
    依赖注入 Dagger2
    https://toutiao.io/posts/5a3fp5/preview
    AOP面向切面编程 Aspectj
    http://blog.csdn.net/xwh_1230/article/details/78213160
    http://blog.csdn.net/xwh_1230/article/details/78225258
    事件驱动 EventBus otto EventPoster
    http://blog.csdn.net/android2me/article/details/66973037
    RxJava数据异步
    http://blog.csdn.net/caihongdao123/article/details/51897793
    https://www.jianshu.com/p/5e93c9101dc5
    Http Restful请求框架Retrofit
    https://segmentfault.com/a/1190000005638577
    框架列表
    https://www.ctolib.com/cheatsheets-Android-ch.html
    常用的Util
    https://github.com/Blankj/AndroidUtilCode/blob/master/utilcode/README-CN.md
    Android开源项目源码解析
    https://github.com/android-cn/android-open-project-analysis

    Android中间件

    插件化

    http://blog.csdn.net/ganyao939543405/article/details/76146760

    热修复

    https://github.com/Tencent/tinker/wiki

    Hook框架

    http://www.snowdream.tech/2016/09/02/android-install-xposed-framework/
    https://jaq.alibaba.com/community/art/show?articleid=809

    VirtualXposed 和epic

    https://github.com/android-hacker/VirtualXposed
    https://github.com/tiann/epic
    http://weishu.me/2017/12/02/non-root-xposed/

    Android系统

    Framework

    JVM/Dalvik/ART虚拟机

    Linux

    TrustZone-TEE

    http://blog.csdn.net/shuaifengyun/article/details/73716352

    InSE芯片系统

    Android安全

    逆向

    相关文章

      网友评论

          本文标题:Android深度理解技术总结

          本文链接:https://www.haomeiwen.com/subject/pspxhftx.html