Difference between onStart() and onResume()

I can’t get the meaning of onStart() transition state. The onResume() method is always called after onStart(). Why can’t it be the onResume() is invoked after onRestart() and onCreate() methods just excluding onStart()? What is its purpose?

Why can’t we live without onStart(). I still consider it as redundant (probably because don’t understand its meaning completely).

12 Answers
12

Leave a Comment