Fragment methods

Report a typo

Match the name of the method with its description.

Match the items from left and right columns
onCreateView()
onDestroyView()
onStart()
onViewStateRestored()
onResume()
called before the fragment becomes available for user interaction
creates and returns view hierarchy associated with the fragment
called when the state of the View hierarchy has been restored
called when the fragment becomes visible to the user
the fragment clears the resources associated with the view hierarchy
___

Create a free account to access the full topic