Package app.futured.arkitekt.core.fragment

Types

BindingViewModelFragment
Link copied to clipboard
abstract class BindingViewModelFragment<VM : BaseViewModel<VS>, VS : ViewState, B : ViewDataBinding> : ViewModelFragment<VM, VS>
Base Fragment class with built-in ViewModel and DataBinding support
ViewModelFragment
Link copied to clipboard
abstract class ViewModelFragment<VM : BaseViewModel<VS>, VS : ViewState> : Fragment
Base Fragment class with built-in ViewModel support