Closed devKshitijJain closed 6 years ago
Generally, to name Application class we should follow the convention as AppName+Application. In AppModule we can use [] instead of arrayOf Extract the following code to a variable to use at multiple places
AppName
Application
[]
arrayOf
DaggerAppComponent.builder() .application(this) .build()
Generally, to name Application class we should follow the convention as
AppName
+Application
. In AppModule we can use[]
instead ofarrayOf
Extract the following code to a variable to use at multiple places