-
Notifications
You must be signed in to change notification settings - Fork 0
This sample project explains the activity lifecycle in detail. To navigate transitions between stages of the activity lifecycle, the Activity class provides a core set of six callbacks: onCreate(), onStart(), onResume(), onPause(), onStop(), and onDestroy(). The system invokes each of these callbacks as an activity enters a new state.
License
kandroid/AndroidLifecycleSample
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
This sample project explains the activity lifecycle in detail. To navigate transitions between stages of the activity lifecycle, the Activity class provides a core set of six callbacks: onCreate(), onStart(), onResume(), onPause(), onStop(), and onDestroy(). The system invokes each of these callbacks as an activity enters a new state.
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published