Embed presentation
Download to read offline





An Android activity represents a single screen in an app. It contains user interface components and widgets. The activity lifecycle describes the 7 key methods that get called when an activity transitions between different states, such as when it is created, becoming visible, interacting with the user, or being destroyed. These methods include onCreate, onStart, onResume, onPause, onStop, onRestart, and onDestroy.




