Android Question reset a TabStripView

sirjo66

Well-Known Member
Licensed User
Longtime User
Hello,
I have an Activity with a TabStripView object.
In Activity_Create there are some TabStripView.LoadLayout for to populate the TabStrip and all works.

Well, now I need to reset the TabStrip and re-populate it with others datas.
How can I do it ???

If I use RemoveViewAt then can I add TabStrip with code ??
If yes, how can Initialize it and set all the parameters ??

Or........ can I reset the Activity and reload all ??

Thanks
Sergio
 
Top