Skip to content

Instantly share code, notes, and snippets.

@paulfranco
Created June 28, 2018 02:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save paulfranco/d334d10621ce0905256f2f781e19c21e to your computer and use it in GitHub Desktop.
Save paulfranco/d334d10621ce0905256f2f781e19c21e to your computer and use it in GitHub Desktop.
The Fragment Life Cycle is composed of 11 Methods (The first 6 of them are also Activity Life methods):
1. onCreate
2. onStart
3. onResume
4. onPause
5. onStop
6. onDestroy
7. onAttach
8. onCreateView
9. onActivityCreated
10. onDestroyView
11. onDetach
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment