BasePage

public interface BasePage

页面基类

Author

rongcloud

Since

5.10.4

Functions

Link copied to clipboard
public abstract View onCreateView(Context context, LayoutInflater inflater, ViewGroup container, Bundle args)
创建模块后调用,以创建要在片段或活动中使用的视图。 在此方法中,模块使用属于组件的组件来构建视图。