项目作者: grrigore

项目描述 :
Android Activity Lifecycle example
高级语言: Java
项目地址: git://github.com/grrigore/Android-Activity-Lifecycle.git
创建时间: 2017-11-25T14:03:41Z
项目社区:https://github.com/grrigore/Android-Activity-Lifecycle

开源协议:

下载


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)