> Does anyone know why? And, more importantly, how can I stop it?

If you are using a managed cursor, make sure you are not invalidating
it in onPause(), that would throw ListView off.

> On a related note, with a ListActivity, is it my responsibility to save
> the selected item in the icicle on freeze and restore it on thaw, or
> will the ListActivity do it for me?

Not in post-M5 SDKs :)

A lot of work went into ListView's state saving after M5 so you might
want to wait until the next public release of the SDK before trying to
work around this issue as it is probably handled for you already.

-- 
Romain Guy
www.curious-creature.org

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to