Uses of Package
dagger.android
Packages that use dagger.android
Package
Description
APIs to assist with performing injection on Android.
-
Classes in dagger.android used by dagger.androidClassDescriptionPerforms members-injection for a concrete subtype of a core Android type (e.g.,
ActivityorFragment).CreatesAndroidInjectors for a concrete subtype of a core Android type.AnApplicationthat injects its members and can be used to inject objects that the Android framework instantiates, such as Activitys, Fragments, or Services.Provides anAndroidInjector. -
Classes in dagger.android used by dagger.android.supportClassDescriptionPerforms members-injection for a concrete subtype of a core Android type (e.g.,
ActivityorFragment).AnApplicationthat injects its members and can be used to inject objects that the Android framework instantiates, such as Activitys, Fragments, or Services.Provides anAndroidInjector.