Android框架技术

分层架构 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框架技术)