TabView
TabView copied to clipboard
selected button index
Hello good time
How to check the selected index of button in Tabview ?
for example , i will check this without setOnTabSelectedListener.
if ( TabView.getSeelctedIndex()==1 ){
}
@sami-soft Adding method
public void getSeelctedIndex()() {
return curIndex;
}
Thank you Please update the library if possible in the future.