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
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