I need to know what the TabGroup that I have active, in android APP Depending the active tab in a TabGroup the app do either operation, but not what is the active Tab. This code does not return me anything
alert(Titanium.UI.currentTab);
I have only 1 tabGroup with 4 Tab I Need to know something that identifies the active tab, like the title, number ...