I have a ViewPager, and I\'d like to get the current selected and visible view, not a position.
getChildAt(getCurrentItem)
Vi
Please check this
((ViewGroup))mViewPager.getChildAt(MyActivity.mViewPager.getCurrentItem()));
else verify this link.