About Worker Fragments
(c) 2013, Android Design Patterns
http://www.androiddesignpatterns.com
This Application is for demonstration purposes only. Enable USB debugging and analyze the logcat output to better understand how retained Fragments work in conjunction with the Activity lifecycle. Use the following logcat filter for best results:
Filter name: "worker-fragments"
by Application Name: "com.adp.retaintask"
by Log Level: "Info"
This sample application was written as part of the following blog post: http://www.androiddesignpatterns.com/2013/04/retaining-objects-across-config-changes.html
Download and install
Worker Fragments version 1.0 on your
Android device!
Downloaded 1,000+ times, content rating: Not rated
Android package:
com.adp.retaintask, download Worker Fragments.apk
by Q####:
This is a nice sample app illustrating the use of Fragments for AsyncTask management with configuration changes.