[android-developers] Tabs as IPhone

2012-08-29 Thread chinh quach
Dear all, I want to make a application which will use Tabs. These Tabs will have behaviour as IPhone that means : Tab 1: A - B Tab 2: C - D But when from A to B, we will still have Tabs at the bottom of screen. The B screen will replace the A screen but doesn't replace all screen. Please help

Re: [android-developers] Tabs as IPhone

2012-08-29 Thread Liem.T Vo
Have you tried set invisible for tabs? On 8/29/12 1:54 PM, chinh quach wrote: Dear all, I want to make a application which will use Tabs. These Tabs will have behaviour as IPhone that means : Tab 1: A - B Tab 2: C - D But when from A to B, we will still have Tabs at the bottom of screen.

Re: [android-developers] Tabs as IPhone

2012-08-29 Thread Vedran Rodic
It is definitely possible to have Tabs and and stack fragments with FragmentManager. However, when using the support library, it is buggy on 3.0 devices. (see https://code.google.com/p/android/issues/detail?id=34775). And using FragmentManager to programatically show/hide Fragments is clumsy