Hi,
My main UI has a tabular layout containing 3 tabs. On one of my tabs, I display a List and upon clicking a list item, I want a new view (containing another list) to overlap the existing tab content. My current implementation starts a new List Activity when list item is clicked, but that List activity as expected takes up the entire window thereby hiding my tabs.
Any help is highly appreciated.
Thanks,
snep.


