# understand-plugin-framework **Repository Path**: leafcutter-ant/understand-plugin-framework ## Basic Information - **Project Name**: understand-plugin-framework - **Description**: demos to help understand plugin framwrok - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-03-08 - **Last Updated**: 2021-03-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # understand-plugin-framework 分析[DroidPlugin][1],深入理解插件化框架,内容如下: - [Hook机制之动态代理][2] - [Hook机制之Binder Hook][3] - [Hook机制之AMS&PMS][4] - [Activity生命周期管理][5] - [插件加载机制][6] - [广播的处理方式][7] - [Service的管理][8] - [ContentProvider的管理][9] - DroidPlugin插件通信机制 - 插件机制之资源管理 - 不同插件框架方案对比 - 插件化的未来 [1]: https://github.com/DroidPluginTeam/DroidPlugin [2]: http://weishu.me/2016/01/28/understand-plugin-framework-proxy-hook/ [3]: http://weishu.me/2016/02/16/understand-plugin-framework-binder-hook/ [4]: http://weishu.me/2016/03/07/understand-plugin-framework-ams-pms-hook/ [5]: http://weishu.me/2016/03/21/understand-plugin-framework-activity-management/ [6]: http://weishu.me/2016/04/05/understand-plugin-framework-classloader/ [7]: http://weishu.me/2016/04/12/understand-plugin-framework-receiver/ [8]: http://weishu.me/2016/05/11/understand-plugin-framework-service/ [9]: http://weishu.me/2016/07/12/understand-plugin-framework-content-provider/