I'm using an ActivityGroup to display different Activities in a FrameLayout.  
I want to be able to destroy activities that currently aren't being shown, 
but I cannot restart those Activities for some reason.

Using the LocalActivityManager I start an activity using startActivity(...) 
and then destroy it with destroyActivity(...).  But I cannot restart that 
Activity because if I call startActivity(...) again it returns null instead 
of the Window object.

I have included a sample project to demonstrate this problem at:
http://code.google.com/p/android/issues/detail?id=879

Anyone have any ideas for working around this issue?

-- 

Zach Hobbs 
HelloAndroid.com 
Android OS news, tutorials, downloads

--~--~---------~--~----~------------~-------~--~----~
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]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to