Android PagerAdapter, get current position
You would use: int position = mViewPager.getCurrentItem() I had this problem and could not get the getCurrentItem() methode. I ended …
You would use: int position = mViewPager.getCurrentItem() I had this problem and could not get the getCurrentItem() methode. I ended …