Uses of Package
dagger.android
Package
Description
APIs to assist with performing injection on Android.
-
ClassDescriptionPerforms members-injection for a concrete subtype of a core Android type (e.g.,
Activity
orFragment
).CreatesAndroidInjector
s for a concrete subtype of a core Android type.AnApplication
that injects its members and can be used to inject objects that the Android framework instantiates, such as Activitys, Fragments, or Services.Provides anAndroidInjector
. -
ClassDescriptionPerforms members-injection for a concrete subtype of a core Android type (e.g.,
Activity
orFragment
).AnApplication
that injects its members and can be used to inject objects that the Android framework instantiates, such as Activitys, Fragments, or Services.Provides anAndroidInjector
.