tags:

views:

24

answers:

1

I've created a tabs using tabhost (Let's called tab "A")

Tab "A" is the originator for activity 1

In activity 1, it is containing a button widget

Question is ....

Is it possible for A to handle more than 1 activities (switching), this is done by pressing the button appeared in activity 1 (I need the switched activity is still appeared under tab "A")

A: 

don't confuse activities and views (What you see on the screen). A single activity can hide and manipulate the display all it wants. The activity is the controlling mechanism .

Jim