Description Gain insights into the sequence and timing of Android Lifecycle events.
Created: Jan 29, 2024
Updated: Jan 29, 2024
Github Link: GitHub ↗

Android Lifecycle Events Logger

Overview

This Android simple app serves as a tool to observe the execution times of key lifecycle methods. By displaying timestamps for onCreate, onStart, onResume, onPause, and more, we can gain insights into the sequence and timing of these events.

Prerequisites

Ensure you have the following prerequisites before running the app:

  • Android Studio IDE installed on your machine.
  • An Android device or emulator.

Make sure to Clean Project and or Rebuild Project, also using Android Gradle Plugin Version 8.2.1

Getting Started

  1. Clone repository:
git clone https://github.com/omar0ali/android-lifecycle-monitor.git
  1. Open Project in Android Studio:
  • Launch Android Studio
  • Select "Open an existing Android Studio project."
  • Navigate to the cloned repository and open the project.

Run Application

  • Connect your device, and start the application.

    If you encounter any issues, please first try 'Clean Project' and 'Rebuild Project'. If problems persist, feel free to create an issue, and I will be happy to assist in resolving them.

Licence

This project is licensed under the MIT License: MIT License