MayneeCake8092 MayneeCake8092 26-05-2023 Engineering contestada Which of the following statement could be used to set the current item for a ViewPager to the third item? a. mViewPager.setCurrent(2); b. mViewPager.setItem(2); c. mViewPager.setCurrentPage(2); d. mViewPager.setCurrentItem(2);