Android Question TabStrip: how to rearrange tab order

toby

Well-Known Member
Licensed User
Longtime User
Let's say there are 3 tabs: "Cars" (index=0), "Metals"(index=1), "Animals'(index=2)
If I want to move last lab to the top, and the new tab order becomes "Animal"(index=0), "Cars"(index=1), and "Metals"(index=2).

Could someone provide some sample code to achieve that?

Thanks

toby
 
Top