All Types

io.jentz.winter.androidx.inject.ActivityScope

Scope annotation for dependencies with android.app.Activity lifetime.

io.jentz.winter.androidx.AndroidPresentationScopeInjectionAdapter

Extended version of SimpleAndroidInjectionAdapter that retains a PresentationScope subgraph during Activity re-creation (configuration changes).

io.jentz.winter.androidx.lifecycle.BuildConfig
io.jentz.winter.androidx.lifecycle.BuildConfig
io.jentz.winter.androidx.DependencyGraphContextWrapper

A ContextWrapper that holds a reference to a Graph and creates a clone of LayoutInflater that is bound to this.

io.jentz.winter.androidx.inject.PresentationScope

Scope annotation for dependencies that outlive Activity recreations and are destroyed when an android.app.Activity finishes.

io.jentz.winter.androidx.SimpleAndroidInjectionAdapter

Extensible injection adapter that operates on an io.jentz.winter.inject.ApplicationScope component with an ActivityScope subcomponent.

io.jentz.winter.WinterApplication (extensions in package io.jentz.winter.androidx)
io.jentz.winter.androidx.WinterViewModel

A ViewModel that can hold a Graph instance and closes it onCleared.