A sample application which demonstrate the Android Activity and Fragment life cycle.
LifeCycle is hosted in the following web site
https://github.com/DuanDa/LifeCycle
If you think the Android project LifeCycle listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of LifeCycle.
Item | Value |
---|---|
Java File Count | 3 |
Minimum SDK Version | 8 |
Activity Count | 1 |
Fragment Count | 3 |
jar files used | android-support-v4.jar |
LifeCycle has the following Java source files.
com.d2.LifeCycle.MyActivity.java com.d2.LifeCycle.MyFragment1.java com.d2.LifeCycle.MyFragment2.java