on Create View
public abstract View onCreateView(Context context, LayoutInflater inflater, ViewGroup container, Bundle args)
创建模块后调用,以创建要在片段或活动中使用的视图。 在此方法中,模块使用属于组件的组件来构建视图。
Return
返回 UI 的视图。
Parameters
context
上下文
inflater
可用于扩充模块中任何视图的 LayoutInflate 对象
container
父布局
args
实例化模块时提供的参数(非必须)