onCreate

abstract fun onCreate(savedInstanceState: Bundle?)

You must call this method from the parent Activity/Fragment's corresponding method.

Parameters

savedInstanceState

Stores a small amount of data needed to easily reload UI state if the system stops and then recreates the UI