What does onStart() really do? - Android [duplicate]
问题 This question already has answers here : Difference between onCreate() and onStart()? [duplicate] (2 answers) Closed 5 years ago . I have been wondering for some time about the exact role of onStart() function in android life cycle. Most of the resources on net just say - it is called just before your activity becomes visible on the screen. But the applications that I have made so far I have never used onStart(). I do all my initialization in onCreate() itself. All other states in android