Sapient
Company
Programming
Which of the following sequences of Fragment lifecycle methods is correct?
1) onAttach() --> onStart() --> onCreate() --> onCreateView() --> onActivityCreated() --> onResume()
2) onAttach() --> onCreate() --> onStart() --> onCreateView() --> onActivityCreated() --> onResume()
3) OnAttach() --> onCreate() --> onCreateView() --> onActivityCreated() --> onStart() --> onResume()
4) onAttach() -->onStart() --> onCreate() --> onActivityCreated() --> onCreatedView() --> onResumse()
Read Solution (Total 1)
-
- OnAttach() --> onCreate() --> onCreateView() --> onActivityCreated() --> onStart() --> onResume()
- 7 years agoHelpfull: Yes(0) No(0)
Sapient Other Question