我无法理解onStart()过渡状态.onResume()始终调用该方法onStart().为什么它不能onResume()被调用后onRestart()和onCreate()方法只是排除onStart()?它的目的是什么?
onStart()
onResume()
onRestart()
onCreate()
为什么我们不能没有onStart().我仍然认为它是多余的(可能是因为完全不理解它的含义).
android
android ×1