How to replace a view after I've inflated?
Posted
by Pentium10
on Stack Overflow
See other posts from Stack Overflow
or by Pentium10
Published on 2010-03-21T11:36:43Z
Indexed on
2010/03/21
11:41 UTC
Read the original article
Hit count: 278
android
|android-sdk
I have built my interface by using ViewStubs, which I inflate during onCreate.
But later in my app, I want to change the View completely, by loading different View into the same place. How do I achieve that?
© Stack Overflow or respective owner