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