https://github.com/ashdavies/android-fragment-lifecycle
Small example demonstrating the traditional Android support fragment lifecycle
https://github.com/ashdavies/android-fragment-lifecycle
android android-development development fragment-lifecycle sample
Last synced: about 2 months ago
JSON representation
Small example demonstrating the traditional Android support fragment lifecycle
- Host: GitHub
- URL: https://github.com/ashdavies/android-fragment-lifecycle
- Owner: ashdavies
- License: apache-2.0
- Created: 2015-10-16T21:07:26.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-01T16:10:26.000Z (over 10 years ago)
- Last Synced: 2025-12-27T00:29:34.626Z (6 months ago)
- Topics: android, android-development, development, fragment-lifecycle, sample
- Language: Java
- Size: 359 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Fragment Lifecycle



**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
