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

onViewCreated

fun onViewCreated(view: View, savedInstanceState: Bundle?): Unit

Called to have the fragment instantiate its user interface view.

Parameters

view - The view returned by onCreateView(LayoutInflater, ViewGroup, Bundle)}.

savedInstanceState - If non-null, this fragment is being re-constructed from a previous saved state as given here.

See Also

BaseFragment.onViewCreated