Skip to content

ashdavies/android-fragment-lifecycle

Repository files navigation

Fragment Lifecycle

Branch CircleCI Licence

Description
This application demonstrates the fragment lifecycle when creating and destroying fragments.
This is in order to better understand the sequence through which the fragment manager calls methods upon the Fragment and at what state the activity is at in reference to said fragment.

The application is not being maintained and is provided as is for educational use.

Usage

  • Use the action bar controls to add and remove fragments
  • Fragment lifecycle events will be reported in the activities recycler view
  • The application names each fragment using a names dictionary file
  • Each event mentions the name of the fragment that called it
  • Clear the event using the action bar clear button

device-2015-11-01-163936

About

Small example demonstrating the traditional Android support fragment lifecycle

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages