grrigore / Android-Activity-Lifecycle

Android Activity Lifecycle example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android-Activity-Lifecycle

Codacy Badge

Simple Android activity lifecycle example with two different activities to see how the lifecycle callbacks work.

  • onCreate()
  • onStart()
  • onResume()
  • onPause()
  • onStop()
  • onDestroy()

Don't forget to check Logs. (don't forget to set the logs for Errors to easily see them)

About

Android Activity Lifecycle example


Languages

Language:Java 100.0%