I'm using the caldroid library and I want that the user can't left swipe to a previous month. I find how to avoid user to swipe right or left. But I want only avoid left swipe.
I tried to put a different onTouchListener to the InfiniteViewPager but didn't work. And I tried to didn't add the previous month to the InfiniteViewPager but didn't work.
How I could do that?