Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 582 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 582 Bytes

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)