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

Retriving Android API version by code

Add image from URL