android switch tab in tablayout

https‮l.www//:‬autturi.com
android switch tab in tablayout
void selectPage(int pageIndex){
    tabLayout.setScrollPosition(pageIndex,0f,true);
    viewPager.setCurrentItem(pageIndex);
}
Created Time:2017-09-09 22:47:28  Author:lautturi