0 votes
in Android by (630 points)

1 Answer

0 votes
by (220 points)

onCreate()

Called when the activity is first created. Provides you with a Bundle containing the activity's previously frozen state, if there was one. Always followed by onStart().

onStart()

Called when the activity is becoming visible to the user. Followed by onResume() if the activity comes to the foreground, or onStop() if it becomes hidden.

Welcome to Reubro Q&A, where you can ask questions and receive answers from other members of the community.
...