I have a ViewPager, and I\'d like to get the current selected and visible view, not a position.
getChildAt(getCurrentItem)
Vi
viewpager.getChildAt(0)
this always returns my currently selected view. this worked for me but I don't know-how.