You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In HomeActivity, can't we initialize HomePresenter via Dagger instead of directly using "new" operator,
as Definition of Dependancy Injection, there will you not be an explicit initialization of the object, please clear my doubt, I am confused here.
The text was updated successfully, but these errors were encountered:
In HomeActivity, can't we initialize HomePresenter via Dagger instead of directly using "new" operator,
as Definition of Dependancy Injection, there will you not be an explicit initialization of the object, please clear my doubt, I am confused here.
The text was updated successfully, but these errors were encountered: