| Interface | Description |
|---|---|
| ActivityAware |
Interface for activity-scoped beans that need to be aware of the
Activity they're scoped to. |
| Class | Description |
|---|---|
| ActivityScopedFactoryBean<T> |
ScopedFactoryBean for beans of the ActivityScopedFactoryBeanHandler.ACTIVITY_SCOPE-scope. |
| ActivityScopedFactoryBeanHandler |
ScopedFactoryBeanHandler for the "activity"-scope. |
| ActivityScopedFactoryBeanHandler.ActivityScopedBeanHolder<T> | |
| ForegroundActivityHolder |
Implementation of the
Application.ActivityLifecycleCallbacks that holds the Activity
which is currently in the foreground (if any). |