None
SQ
Android: Fragment related pitfalls and how to avoid them
['Ashish Bhatia']
ashishb.net
How to trigger manually - The easiest way to manually trigger this behavior is to call Activity#onSaveInstanceState in your uncommitted code right before the call to FragmentTransaction#commit Fix 1 - call FragmentTransaction#commitAllowingStateLoss but that implies that your fragment would be in a different state then the user expects it to be.
fragment
activity
myfragment
fragmenttransaction
before
call
commit
destroyed
user
getsupportfragmentmanager