https://github.com/farial-mahmod/android-activity-lifecycle
Program written in Java on Android Studio implementing an activity's lifecycle.
https://github.com/farial-mahmod/android-activity-lifecycle
activity-lifecycle android java
Last synced: 2 months ago
JSON representation
Program written in Java on Android Studio implementing an activity's lifecycle.
- Host: GitHub
- URL: https://github.com/farial-mahmod/android-activity-lifecycle
- Owner: Farial-mahmod
- License: mit
- Created: 2020-08-02T14:45:49.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-07-29T11:45:26.000Z (almost 5 years ago)
- Last Synced: 2025-06-18T08:50:45.074Z (about 1 year ago)
- Topics: activity-lifecycle, android, java
- Language: Java
- Homepage: https://github.com/Farial-mahmod/Android-Activity-Lifecycle
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.TXT
- License: LICENSE
Awesome Lists containing this project
README
This repository contains a program written in Java on Android Studio implementing Android Activity Lifecycle. An activity is similar to a window or screen and thus, it has a lifecycle from creation to destruction.
All the activity lifecycles have been implemented using proper function calls.