issues
search
ustwo
/
android-boilerplate
Android Boilerplate à la ustwo
https://ustwo.com/
Apache License 2.0
42
stars
6
forks
source link
Optimising DI setup
#50
Closed
mshipton
closed
7 years ago
mshipton
commented
7 years ago
Fixes #49
Removing BaseComponent. BaseActivity no longer requires one to be returned.
Renaming inflation method to be more lifecycle centric.
Creating a single scope which can be re-used for MVP classes.
Removing HelloWorld module in favour of annotations.
Re-instating removed disposable method for BasePresenter.
Fixes #49