onCreate

open override fun onCreate(savedInstanceState: Bundle?)

Initialize all fragments. This method use reflexion to inflate view binding.

Parameters

savedInstanceState

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