Android App 启动 Activity 创建解析
Posted 千彧
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Android App 启动 Activity 创建解析相关的知识,希望对你有一定的参考价值。
继承实现类关系:
ActivityThread thread = new ActivityThread();
Context->ContextImpl ContextImpl context = new ContextImpl(null, mainThread, packageInfo, activityInfo.splitName,activityToken, null, 0, classLoader);
Window->PhoneWindow
WindowManger->WindowMangerImpl
FrameLayout->DecorView
ViewRoot->ViewRootImpl
以上是关于Android App 启动 Activity 创建解析的主要内容,如果未能解决你的问题,请参考以下文章
在 Android App 中使用代码设置启动 Activity