[android-developers] Re: Using TabHost with Dynamically built (pre-existing Views)

2009-05-26 Thread jcpalmer
Filed issue regarding clearAllTabs() http://code.google.com/p/android/issues/detail?id=2772 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-deve

[android-developers] Re: Using TabHost with Dynamically built (pre-existing Views)

2009-05-26 Thread jcpalmer
Mark, thanks that worked!! For thread recycling, I will put the final classes at the end. Notes: - You need to shift mTabContent down by setting margins. Used a hard-coded 65. Could not find a Static for this value. - Found a bug when I implemented my removeTab() method. You cannot ju

[android-developers] Re: Using TabHost with Dynamically built (pre-existing Views)

2009-05-25 Thread Mark Murphy
jcpalmer wrote: > I have a remove assistant app, which allows customers to perform a > subset of functions of a desktop application, untethered. Results are > communicated back & forth via messages left at a license server. In > order to have a single source for the logic of the assistant, yet r