I want to use this library in my application: https://github.com/Devlight/InfiniteCycleViewPager
I imported and added this library in my application and I set it.
But I don't know how can I use the setOnClickListener()
method for these viewPager items?
For instance, when I click on item1, go to this item: fragment
How can I do that?