Posts by Leticia Fernandes • 101 points
1 post
-
0
votes1
answer43
viewsA: When to use void Inject on Dagger
When you put void inject(MainActivity activity); is defining that class Mainactivity will be able to use the instances of the objects that were defined in the Module. If you needed to use the same…