• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps How can I invoke inflate on ViewStub?

dredd2013

Lurker
I have 3 xml files, which in one of them I have ViewStub object , My
goal is to get a reference to android:inflatedId of the ViewStub object,
And by a click on a button to change the id of this parameter, That is
to say: I wan't to show all my other xml files by changing the reference by
dynamic programming.
 
Back
Top Bottom