On Fri, Nov 12, 2010 at 9:13 AM, raukodraug <[email protected]> wrote: > And Dianne, I know its not the way it is supposed to be, but that was > the solution i took after trying to make the tabs work in 1.5. Always > running out of memory in the stack, since the tabhost puts like 5 > levels in it. So I sort of implemented my own "tab system".
Wouldn't it have been much simpler just to use regular tabs, but not put activities in them? Tabs work wonderfully with plain Views, with less stack overhead. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy Coder's Guide to *Advanced* Android Development_ Version 1.9 Available! -- 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

