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
在框架实践使用中,发现Presenter层持有的View实例会出现报空问题,在开发过程中如何可以很好控制View空的问题,现在的解决方案是每次使用View都进行判空处理,感觉过于笨拙,有没有好的解决方案可以很好的处理这个问题,向大牛请教!😁
The text was updated successfully, but these errors were encountered:
你好,我发现楼主要用dagger进行对mainActivity注入时,对HomePagePresenter用了dagger2注入,而DrawerMenuPresenter却并未用dagger注入,却还留头DrawerMenuModule,但我加了DrawerMenuComponent后,却又编译不过。希望楼主对DrawerMenuPresenter也进行Dagger注入。
Sorry, something went wrong.
No branches or pull requests
在框架实践使用中,发现Presenter层持有的View实例会出现报空问题,在开发过程中如何可以很好控制View空的问题,现在的解决方案是每次使用View都进行判空处理,感觉过于笨拙,有没有好的解决方案可以很好的处理这个问题,向大牛请教!😁
The text was updated successfully, but these errors were encountered: