Posts

Showing posts with the label Activity lifecycle

Understand the Activity Lifecycle

Image
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