插件化-startActivity
2023-01-29 11:53:55 0 举报
android 插件化 startActivity
作者其他创作
大纲/内容
2。调用ProxyActivity的SetContentView和findeViewById,因为PluginActivity本身的Context没有意义的
findViewById
3.系统会通过getResource获取资源,重载了该方法返回插件的Resource,便能够访问插件的资源
onCreate
PluginActivity
4. 转发生命周期
onResume/onStart/onStop/onDestroy
setContentView
getResources
1.根据Intent信息,创建插件的ClassLoader和Resource,通过反射创建PluginActivity
ProxyActivity
插件
PluginManager.startActivity(Intent)
主工程
0 条评论
下一页