3

Could anyone assist me with tabHost?

I want a solid tutorial with demo examples for managing multiple activities under a running tab.

Suppose tab1 is setcontent with some "Activity A". In "Activity A" I want to start some other activities that should pretend to work in the same tab. How do I do that?

i.e how should I define activities that should work within a single tab...

Is there any other way than GroupActivity or ViewFlipper....???

If not specify in detail about GroupActivity...

With Regards, Arpit

Arpit Garg
  • 8,476
  • 6
  • 34
  • 59

2 Answers2

1

I think you should use ActivityGroup in order to do this.

Rob Hruska
  • 118,520
  • 32
  • 167
  • 192
Anup Rojekar
  • 1,093
  • 9
  • 29
1

I would recommend you to create a customized tab view, so that only one class can be used to show tabs in various activities.

Piyush
  • 548
  • 2
  • 7
  • 19