Android 插件化 开发

插件化知识详细分解及原理 之Binder机制
https://blog.csdn.net/yulong0809/article/details/56841993

插件化知识详细分解及原理 之代理,hook,反射
https://blog.csdn.net/yulong0809/article/details/56842027

插件化知识详细分解及原理 之ClassLoader及dex加载过程
https://blog.csdn.net/yulong0809/article/details/58041467

插件化知识详细分解及原理 之应用的启动过程
https://blog.csdn.net/yulong0809/article/details/58589715

Android插件化完美实现代码资源加载及原理讲解 附可运行demo
https://blog.csdn.net/yulong0809/article/details/59113935

Android插件化资源的使用及动态加载 附demo
https://blog.csdn.net/yulong0809/article/details/59489396

Demo Src:
https://github.com/ljqloveyou123/LiujiaqiAndroid


Android 组件化案例
https://blog.csdn.net/asddavid/article/details/54599688

RxBinding
https://github.com/JakeWharton/RxBinding

EventBus
https://github.com/greenrobot/EventBus

ActivityRouter
https://github.com/mzule/ActivityRouter

andorid databinding
https://www.jianshu.com/p/b1df61a4df77

原文地址:https://www.cnblogs.com/bluestorm/p/8991368.html