Understand the Activity Lifecycle

How Activity works 


This diagram show how to Activity lifecycle works. 

onCreate()

You must implement this callback, which fires when the system first creates the activity. 



























Bibliographic reference

https://developer.android.com/guide/components/activities/activity-lifecycle

Comments

Popular posts from this blog

How createa new activity

Install an Android Asynchronous Http Client

Retriving Android API version by code