Bella-Coding
Bella-Coding

Reputation: 111

TabHost Problem on Android

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")

Upvotes: 0

Views: 224

Answers (2)

Jim
Jim

Reputation: 1986

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 .

Upvotes: 0

Related Questions