Skip to content
This repository has been archived by the owner on Aug 22, 2022. It is now read-only.

A simple demo android app for visualizing activity and fragment lifecycle.

Notifications You must be signed in to change notification settings

M-ZubairAhmed/Lifecycle-Android

Repository files navigation

Activity Lifecycle Explained

Activity Lifecycle by Google developers docs

Case 1

Activity 1 starting for first time

Activity 1 :

  • onCreate()
  • onStart()
  • onResume()

Case 2

Activity 1 resuming from home screen

Activity 1:

  • onRestart() [optional]
  • onStart()
  • onResume()

Under construction

About

A simple demo android app for visualizing activity and fragment lifecycle.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages