Implementing overscrolling on custom view

Wednesday, November 4, 2015

I am making an app where i am showing some text,(lets say 20 text are there initially), I show single text on screen at once. when user swipes I change the text according to right or left swipe. I want to show user when the he is either at 1 (he can not left swipe) and at 20 (he cannot right swipe). for this I want to implement over-scrolling animation. I tried stackoverflow questions but I could not find any which covers this. Thanks

0 comments:

Post a Comment