[android-developers] Re: Tab Content Overlaps Problem

2010-08-02 Thread Sasikumar.S
Thanks for your reply raju. For my app i need a separate activity for each tab. B'coz for some tab i need to show my previous position itself. ( without using flag ) For some other tabs i need to call onCreate() each time when we click particular tab. ( using flag ) On Aug 2, 7:18 pm, raju bhusa

Re: [android-developers] Re: Tab Content Overlaps Problem

2010-08-02 Thread raju bhusani
Just one activity is enough for doing this, Just do this when navigating to the other tab the previous layout visibility set to gone and when loading fresh tab just set visibility to visible. On Mon, Aug 2, 2010 at 3:03 PM, Sasikumar.S wrote: > I'm using separate activity for each tab. > > same

[android-developers] Re: Tab Content Overlaps Problem

2010-08-02 Thread Sasikumar.S
I'm using separate activity for each tab. same as like this example http://www.androidpeople.com/android-tabhost-tutorial-part-1/ On Jul 31, 9:32 am, "b...@bresnan.net" wrote: > Does the code reflect the changes between tabs on your onTouchEvent? > I'd say they would need to be seperate activit

[android-developers] Re: Tab Content Overlaps Problem

2010-07-31 Thread b...@bresnan.net
Does the code reflect the changes between tabs on your onTouchEvent? I'd say they would need to be seperate activities. On Jul 28, 11:01 pm, "Sasikumar.S" wrote: > Thanks for your reply Richard. > > Below is my tabbar xml code. > > maintab.xml > > > >         android:layout_height="fill_parent"

[android-developers] Re: Tab Content Overlaps Problem

2010-07-28 Thread Sasikumar.S
Thanks for your reply Richard. Below is my tabbar xml code. maintab.xml tab1.xml http://schemas.android.com/apk/res/android"; android:orientation="vertical"> tab2.xml http://schemas.android.com/apk/res/and

[android-developers] Re: Tab Content Overlaps Problem

2010-07-28 Thread RichardC
Can you show us the layout file for the problem activity? On Jul 28, 2:14 pm, "Sasikumar.S" wrote: > Hi, > > In my app the i have 3 tabs. When i try to change the tab, the tab > content overlaps. > > Same as the below image > > http://i.imgur.com/7iaVS.png > > Any Suggestion to resolve from this