Android Activity Lifecycle
"Android Activity Lifecycle" if we are new to Android development then we should learn what an Activity is in Android and what is the lifecycle of an Activity. In this blog, we will learn about, What is an activity in Android? What is the Activity Lifecycle? Activity Lifecycle : To understand the activity lifecycle, consider an example of a human being. As human beings, we go through certain stages of our life starting from as a kid to a teenager. From an adult and then to an old person. These are the phases or states of life we go through. Similarly, for Activity in Android, we go through state changes in the total duration of the activity. An Android activity undergoes through a number of states during its whole lifecycle. The following diagram shows the whole Activity lifecycle: ...