Wednesday, 14 August 2013

Hi how to get the tab Position as integer while tabchanging?

Hi how to get the tab Position as integer while tabchanging?

`final TabHost tabs=(TabHost)findViewById(R.id.tabhost);
@Override
public void onTabChanged(String tabId)
{
// TODO Auto-generated method stub
}`
help me to get the position as int?

No comments:

Post a Comment