Eclipse Android application project demonstrates life-cycle state changes of various Android components.
LifecycleDemo is hosted in the following web site
https://github.com/twitter-university/LifecycleDemo
If you think the Android project LifecycleDemo 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 LifecycleDemo.
Item | Value |
---|---|
Java File Count | 9 |
Target SDK Version | 11 |
Minimum SDK Version | 10 |
Activity Count | 3 |
Required Permissions | android.permission.ACCESS_FINE_LOCATION |
LifecycleDemo has the following Java source files.
com.marakana.android.lifecycle.ActivityDemo.java com.marakana.android.lifecycle.AnotherActivity.java com.marakana.android.lifecycle.ApplicationDemo.java com.marakana.android.lifecycle.IntentServiceDemo.java com.marakana.android.lifecycle.PrefsActivity.java com.marakana.android.lifecycle.ProviderDemo.java com.marakana.android.lifecycle.ReceiverDemo.java com.marakana.android.lifecycle.ServiceDemo.java com.marakana.android.lifecycle.SystemServicesDemo.java