If my Presenter or need to use the bean in the model, that is I need to create in the Moudle incoming, in the form of a constructor or can be directly in the Presenter or model new directly used an object? The
public SplashPresenter (ICommonView ICommonView, ClassDataBean beans) {or the
Enclosing iCommonView=iCommonView;
}
public void checkData () {
ClassDataBean bean=new ClassDataBean ();
}