EasyTabs
EasyTabs copied to clipboard
Go to position
Is there any method I can send the user to a certain position?
not sure if you found an answer yet...
this is how you would do it:
mTabs.getViewPager().setCurrentItem(tabToSelect);
however there is a bug where even though the content displayed is fine, the tablayout will not scroll - see #10
edit:
please notice that i found a solution in #10