[android-developers] Re: Issue with pending messages and onDestroy()

2008-12-03 Thread Kevin
Perfect! My problem is now solved, and instead of canceling pending requests, I now reuse the partially completed dataset from the original instance. Thank you! On Dec 3, 9:07 am, "Eric M. Burke" <[EMAIL PROTECTED]> wrote: > Take a look at Ed Burnette's comment on this blog: > > http://androidg

[android-developers] Re: Issue with pending messages and onDestroy()

2008-12-03 Thread Eric M. Burke
Take a look at Ed Burnette's comment on this blog: http://androidguys.com/?p=2084 "The simplest way is to implement onRetainNonConfigurationInstance() to save some data that will be kept across the destroy. You use getLastNonConfigurationInstance() in the new instance of the Activity to recover