I also have not found any way to RESTART an activity. For tab activity
what I do is reload the widgets at onResume() call.
Thanks,


On Mar 13, 3:21 pm, Mark Wyszomierski <mar...@gmail.com> wrote:
> Hi,
>
> I have a TabActivity, each tab holds an activity. At some point I'd
> like to 'refresh' the tabs. I'd basically like to restart each
> activity in the tabs. I'm not sure how to do this. Calling:
>
>    getTabHost().clearTabs();
>
> removes the tabs, but the activities still seem to be in alive, in
> limbo. How can I get them to really quit?
>
> Thanks

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to