life cycle plus word

(1) The interface is from "Death" --> "Run"

Create object -->onCaeate()-->onStart()-->onResume()-->Visible and operable (running state)
  (2) The interface is from "Run"-->"Death"
 onPause() --> onStop()--?onDestory()-->Activity object becomes garbage object (dead state)
  (3) The interface changes from "Run"-->"Stop"
  onPause()-->onStop()--Invisible but exists
 (4) Interface from "Stop"-->"Run"
onRestart()-->onStart()--onResume()
  (5) Interface from "
 Run "-->"Pause"
 OnPause()
  (6) Interface From "Pause" --> "Run"      


word

 match_parent Fill parent view
wrap_content Wrap content
onCreate Create
onStart Start
onResume Restore (visible and operable)
onPause Pause
onStop Stop
onDestroy Destroy
onRestart Restart
OnClickListener Click to monitor
 
LogCat Log cat
Push Push
Pull Pull
Install Install
Uninstall Uninstall
Remove Delete
Start Start, start
Kill Kill
Clears Clear the
DDMS Dalvik virtual machine debugging monitoring service 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325812412&siteId=291194637