onCreate

open fun onCreate(savedInstanceState: Bundle)

Called when the activity is first created.

Parameters

savedInstanceState

instance data

See also

android.app.Activity#onCreate(android.os.Bundle)