Please enable JavaScript.
Coggle requires JavaScript to display documents.
fragments (creating a fragment (lifecycle, adding a user interface, adding…
fragments
creating a fragment
lifecycle
adding a user interface
adding a fragment to an activity
create a fragment class
managing fragments
get fragments that exist in the activity
pop fragments off back stack
register a listener for changes to the back stack
communicating with other fragments
define an interface
implement an interface
deliver a message to a fragment
communicating with the activity
creating event callbacks to the activity
adding items to the app bar
handling the fragment lifecycle
states
resumed
paused
stopped
coordinating with the activity lifecycle
building a flexible UI
add a fragment to an activity at runtime
replace one fragment with another
definition & concept
performing fragment transactions