Android: stack management for views in a tab?

Posted by wei on Stack Overflow See other posts from Stack Overflow or by wei
Published on 2010-05-23T03:44:20Z Indexed on 2010/05/23 3:50 UTC
Read the original article Hit count: 238

Filed under:
|

I see some answers here prefer views over activities as contents of tabs. Correct me if I am wrong. My understanding is that by switching out views, it's possible to keep the navigation flow inside a tab (more user friendly, I think). But I wonder how to manage the view stack then in case of the back button events. Also this could cause one giant Activity with large amount of views, which might not be good.

So I wish to know why exactly views as contents is preferred before I change my current application to this.

Thanks,

© Stack Overflow or respective owner

Related posts about android

Related posts about tabhost