Created
June 28, 2018 02:09
-
-
Save paulfranco/d334d10621ce0905256f2f781e19c21e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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