Re: [android-developers] Fragment Re-instantiation on Activity Restart

2011-11-28 Thread Mark Murphy
On Mon, Nov 28, 2011 at 1:59 PM, Doug Gordon wrote: > My app is built with V4 of the Compatibility Library (in case that makes a > difference) and all of my fragments are "dynamic". That is, I explicitly > create the fragment objects and put them in a view with an "add" or similar > transaction, e

[android-developers] Fragment Re-instantiation on Activity Restart

2011-11-28 Thread Doug Gordon
My app is built with V4 of the Compatibility Library (in case that makes a difference) and all of my fragments are "dynamic". That is, I explicitly create the fragment objects and put them in a view with an "add" or similar transaction, etc. What I have discovered is that, when my activity is