Package app.futured.arkitekt.core.fragment

Types

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

Link copied to clipboard
abstract class ViewModelFragment<VM : BaseViewModel<VS>, VS : ViewState> : Fragment

Base Fragment class with built-in ViewModel support