winter-androidx / io.jentz.winter.androidx

Package io.jentz.winter.androidx

Types

AndroidPresentationScopeInjectionAdapter

open class AndroidPresentationScopeInjectionAdapter : SimpleAndroidInjectionAdapter

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

DependencyGraphContextWrapper

class DependencyGraphContextWrapper : ContextWrapper

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

SimpleAndroidInjectionAdapter

open class SimpleAndroidInjectionAdapter : InjectionAdapter

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

WinterViewModel

class WinterViewModel : ViewModel

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

Extensions for External Classes

io.jentz.winter.WinterApplication