Android Update Layout Content

Posted by GuyNoir on Stack Overflow See other posts from Stack Overflow or by GuyNoir
Published on 2010-03-29T03:05:38Z Indexed on 2010/03/29 3:13 UTC
Read the original article Hit count: 712

I'm looking for a way to update a layout's content with a new view. Is there any way to easily do this. It would be similar to how tabs work, but I don't want to have to get into extending the current tab structure if I don't have to.

The final result would be a few buttons that would switch the content in a specific linearlayout for each button.

Any help?

© Stack Overflow or respective owner

Related posts about android

Related posts about android-sdk