class HomeFragment : BaseFragment<<ERROR CLASS>, HomeViewModel>
Home principal view containing bottom navigation bar with different characters tabs.
See Also
<init> |
Home principal view containing bottom navigation bar with different characters tabs. HomeFragment() |
themeUtils |
lateinit var themeUtils: ThemeUtils |
onCreateOptionsMenu |
Initialize the contents of the Fragment host's standard options menu. fun onCreateOptionsMenu(: Menu, inflater: MenuInflater): Unit |
onInitDataBinding |
Initialize view data binding variables. fun onInitDataBinding(): Unit |
onInitDependencyInjection |
Initialize dagger injection dependency graph. fun onInitDependencyInjection(): Unit |
onViewCreated |
Called to have the fragment instantiate its user interface view. fun onViewCreated(view: View, savedInstanceState: Bundle?): Unit |
onViewStateRestored |
Called when all saved state has been restored into the view hierarchy of the fragment. fun onViewStateRestored(savedInstanceState: Bundle?): Unit |