1

TabHost th=(TabHost) findViewById(R.id.tabhost);

th.setup();

TabSpec ts= th.newTabSpec("tag1");

can anyone please tell me what is the significance of new in newTabSpec and and how th is being used in this code for newTabSpec

4

0 回答 0