Android: Replace a TabSpec Content
        Posted  
        
            by Ally
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Ally
        
        
        
        Published on 2010-05-17T19:28:00Z
        Indexed on 
            2010/05/17
            19:30 UTC
        
        
        Read the original article
        Hit count: 693
        
I have a TabHost with a bunch of tabs each with a TabSpec. I'd like to change the content of one of the TabSpecs but I don't seem to be able to.
I've read a few places that it's not possible to change the content of a TabSpec.
Does anyone know why I can add/remove tabs but not change the content of them? And can anyone suggest a workaround for this problem?
© Stack Overflow or respective owner