Package com.github.ushiosan23.android_utilities.android.fragment

Types

FragmentBinding
Link copied to clipboard
abstract class FragmentBinding<T : ViewBinding> : XFragment, IFragmentBinding<T>
Custom fragment.
FragmentMonitorBinding
Link copied to clipboard
abstract class FragmentMonitorBinding<T : ViewBinding> : FragmentBinding<T>
IFragmentBinding
Link copied to clipboard
interface IFragmentBinding<T : ViewBinding>
Interface model to use in fragment bindings
XFragment
Link copied to clipboard
open class XFragment : Fragment