Please enable JavaScript.
Coggle requires JavaScript to display documents.
Android (Activity (Layout (ViewGroup (View (TextView, ImageView,…
Android
Activity
Fragments
Lifecycle
onAttach()
onCreate()
onCreateView()
onActivityCreated()
onStart()
onResume()
- 1 more item...
-
-
Lifecycle
onCreate()
onStart()
onResume()
onUserInteraction()
onPause()
onStop()
onDestroy()
- 1 more item...
onRestart()
- 1 more item...
-
Layout
ViewGroup
View
TextView, ImageView, CustomView...
-
-
-
-
-
-
-
-
-
-
-
-
-