Package app.futured.arkitekt.core

Types

BaseView
Link copied to clipboard
interface BaseView
Represents actions which are meant to be executed on Activity/Fragment.
BaseViewModel
Link copied to clipboard
abstract class BaseViewModel<VS : ViewState> : ViewModel, LifecycleObserver
Base class representing ViewModel.
ViewState
Link copied to clipboard
interface ViewState
Holds Activity/Fragment data/UI state through set of LiveData members.