We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我希望给 dialogfragment添加注解,然后在调用跳转方法时弹出dialoggfragment。
The text was updated successfully, but these errors were encountered:
已解决,需要通过IProvider. common包 public interface IXXXService extends IProvider { void showXXXPage(BaseActivity baseActivity); } 然后在某个module下新建IXXXService的实现类,重写showXXXPage方法,方法中弹出dialogfragment。 调用, IXXXService service = ( IXXXService) ARouter.getInstance() .build(SettingRouter.SERVICE_) .navigation(); service.showXXXPage(mContext);
Sorry, something went wrong.
No branches or pull requests
我希望给 dialogfragment添加注解,然后在调用跳转方法时弹出dialoggfragment。
The text was updated successfully, but these errors were encountered: