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.
π Watch Demo Video
(If GitHub preview doesnβt work, download and play locally.)
- Java (Android)
- Gradle
- Android Studio



