Hi all,
I am sure what I want to do is possible I think I am going about it the wrong 
way.

I am building a kind-of tab controller.  I am attempting to define compound 
views in XML layouts and I want to import them into my Activity.  The idea 
being that each "tab" continues to function regardless whether it is visible or 
not.  

What I am attempting to do is create a View object and inflate the layout I 
want into the View Object.  Is this the correct approach?  (by the way the 
reason I can not use the tabhost is because the client needs a scrolling tabbar 
so they can have 10 options on the tab bar, so I have implemented a scrollview 
containing buttons for the tabbar)

The structure will be an array of Views each attached to one of the buttons in 
the scrollView.  When selected the View object (if not already populated) will 
populate using inflate then become visible.

Am I close? Is this the wrong approach? Thanks in advance for any assistance. 

Regards
Damien

  

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to