I currently have a tabview with three tabs. In one tab i have a listview. I currently have each item on the list to display a new window/activity/intent when i click on it. Is it possible to do this and still have the tabview displaying at the same time? Thanks
            Asked
            
        
        
            Active
            
        
            Viewed 721 times
        
    0
            
            
        
        Splitusa
        
- 1,181
 - 7
 - 31
 - 51
 
- 
                    See http://stackoverflow.com/questions/1984791/android-tabs-starting-a-new-activity – Jack Jul 08 '11 at 03:03
 
1 Answers
0
            Yea It is possible.
You need an ActivityGroup class, Which helps navigation in TabActivity, and the tabs always remain visible and accessible.
Here is a usefull link to a tutorial.
But using ActivityGroup creates a little, very little complexity about the Context and opening Dialogs (adding new Windows) in child Activity(ies), but the more you understand the miner will be the complexity.
        Adil Soomro
        
- 37,609
 - 9
 - 103
 - 153
 
- 
                    how can we solve same problem if i replace activitygroup with listfragments and activity with fragementactivity. – Android-iPhone-rahul Nov 20 '12 at 07:28