For the complete documentation index, see llms.txt. This page is also available as Markdown.

Activity

Activity lifecycle with saved instance state

  • onCreate()

    • onPostCreate()

  • onStart()

    • onRestoreInstanceState()

  • onResume()

  • onPause()

    • onSaveInstanceSate()

  • onStop()

  • onRestart()

  • onDestroy()

spinner

Last updated