features/home / com.vmadalin.dynamicfeatures.home.ui / HomeFragment

HomeFragment

class HomeFragment : BaseFragment<<ERROR CLASS>, HomeViewModel>

Home principal view containing bottom navigation bar with different characters tabs.

See Also

BaseFragment

Constructors

<init>

Home principal view containing bottom navigation bar with different characters tabs.

HomeFragment()

Properties

themeUtils

lateinit var themeUtils: ThemeUtils

Functions

onCreateOptionsMenu

Initialize the contents of the Fragment host's standard options menu.

fun onCreateOptionsMenu(menu: 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