I am trying to get the currently shown view on screen , I need it to implement the next previous button for viewpager, how can I get currenly shown view on screen, is there any method like getCurrentItemPosition, I have looked into doc and there seems nothing like that which is available
Share
you have to use
and keep updating the current page when you get a call to the listener. mCurrentPage will give you the required result.