How can I set view pager's on Item Click Listener. I want to detect click on view pager's current item. Set On Click Listener
is not working.
I am having Direct View Pager in my application and i am setting its adapter with a class that extends fragment and assigning that fragment to view pager's adapter. Now I want to detect item click
or I can say individual fragment click so how can I do that?
please anyone help me I am badly stuck into this problem and not finding any related solution. I have done so much search but not able to find solution for this.