[android-developers] Re: Restarting an activity within a tab (TabActivity)

2011-07-19 Thread Ajay Thomas
http://stackoverflow.com/questions/4358481/android-does-oncreate-method-run-in-tabview-when-we-click-on-each-tab -- 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

[android-developers] Re: Restarting an activity within a tab (TabActivity)

2010-03-17 Thread dipu
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.