Package app. futured. arkitekt. core
Types
Link copied to clipboard
Represents actions which are meant to be executed on Activity/Fragment. Make sure Activity/Fragment implements overridden version of this interface. Interface is usually used as a data variable in layout file with intention to call methods on Activity or Fragment respectively.
Link copied to clipboard
abstract class BaseViewModel<VS : ViewState> : ViewModel, DefaultLifecycleObserver
Content copied to clipboard
Link copied to clipboard
Holds Activity/Fragment data/UI state through set of LiveData members. ViewState instance of particular Activity is stored in its BaseViewModel.