Fragment的动态创建
添加依赖
创建一个Fragment
布局代码中用一个容器承接,但不直接绑定
代码中,使用FragmentManager,FragmentTransaction添加Fragment到容器中
静态创建
Fragment Contruct,onlnflate,onCreate
Activity onCreate
动态创建
Activity onCreate
Fragment Contruct,onCreate
标签:Contruct,23,Fragment,Activity,动态创建,软件工程,2023,onCreate From: https://www.cnblogs.com/ewqewq/p/17248526.html