Restarting an activity in a single tab in a TabActivity?
        Posted  
        
            by user291701
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user291701
        
        
        
        Published on 2010-03-12T00:09:31Z
        Indexed on 
            2010/04/30
            1:07 UTC
        
        
        Read the original article
        Hit count: 282
        
android
|android-sdk
Hi,
I have a TabActivity. Each tab points to a sub activity. Works great.
Is there any clever way to refresh one of the activity tabs? I just want to 'restart' the activity in tab #3 for example. Not sure of a good way to do this other than building in refresh support to the activity itself, or clearing ALL the tabs and recreating all of them.
Thanks
© Stack Overflow or respective owner