Reputation: 16675
I need to create tab View at runtime by using java code .
Note: without using xml design
Upvotes: 3
Views: 1054
Reputation: 6177
Create TabHost, TabWidget in XML and then add TAbHost.TabSpec at run time.
Upvotes: 1