An open API service providing repository metadata for many open source software ecosystems.

GitHub / kandroid / AndroidLifecycleSample

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.

JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kandroid%2FAndroidLifecycleSample

Stars: 1
Forks: 0
Open issues: 0

License: apache-2.0
Language: Java
Size: 370 KB
Dependencies parsed at: Pending

Created at: almost 8 years ago
Updated at: over 1 year ago
Pushed at: almost 8 years ago
Last synced at: over 1 year ago

Topics: activity-lifecycle-concepts

    Loading...