Today we will learn about a new Activity Settings and Activity of the lifecycle.
Generally speaking, we understand the lifecycle first Activity, Activity of the different status. Each time a new one is introduced Activity Information in the onCreate method, so it is going to the Activity run in onStart close though. Thus, when the Activity pause iusa onPause method is to resume it again, it will come up again in the Activity running through onResume method. You can understand it more clearly seen in the diagram below.