android fragment lifecycle

wKiom1S9hzKCsIFMAAIbFgQ4CWI307.jpg

 

Fragment, there are methods:

onAttach()

onCreate()

onCreateView()

onActivityCreated()

 

onDetach()

onDestroy()

onDestroyView()

 

onStart()

onStop()

 

onResume()

onPause()

 

 

你可能感兴趣的:(android,Fragment,lifecycle)