OverScroll animation on activity

1.1k Views Asked by At

I have an imageView on my activity and I implemented a fling gesture on it to change the image from a list og images, but i want to add an overscroll animation to my activity when it reach the end (or beginning) of the list any pointer on how to implement this, google is not helping

cheers

1

There are 1 best solutions below

0
On BEST ANSWER

The work has already been done for you in this project. Look at the code for RotateLoadingLayout. Your class would look very similar, but substitute your own Animation where you see mRotateAnimation.