This is a simple Android application that demonstrates the Activity Lifecycle.
It shows lifecycle method calls (onCreate, onStart, onResume, onPause, onStop, onRestart, onDestroy) using:
- ✅ Logcat messages
- ✅ Toast messages
- ✅ TextView updates
- Displays lifecycle state on screen inside a CardView.
- Logs lifecycle events in Logcat.
- Shows Toast pop-ups for each lifecycle method.
- Custom app icon with ALC logo.
-
Clone the repo:
git clone https://github.com/khatriharsh08/ActivityLifeCycle.git
-
Open the project in Android Studio.
-
Build & Run on Emulator/Physical Device.
(If GitHub preview doesn’t work, download and play locally.)
- Java (Android)
- Gradle
- Android Studio



