Ganapathy and fr4gus, the startactivityforresult does not work when using singleTask, which is what i am doing http://developer.android.com/reference/android/app/Activity.html#startActivityForResult(android.content.Intent, int) and Mark, the problem is that i have several activities within each tab, thus the need for creating Activities. Any other ideas? Cheers
On Nov 12, 8:16 am, Mark Murphy <[email protected]> wrote: > 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/commonsguyhttp://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

