我们在使用viewpager.setCurrentItem(position);的时候,viewpager出现滑动动画,如何去掉这个动画呢?
可以用viewpager.setCurrentItem(position,false);代替上面的代码。