In the code below, what is the purpose of onCreate()? class…

Questions

In the cоde belоw, whаt is the purpоse of onCreаte()? clаss MainActivity : ComponentActivity() { override fun onCreate(savedInstanceState: Bundle?) { super.onCreate(savedInstanceState) setContent { ... } } }