In the stock Gingerbread release, overscrolling is indicated with an orange “flash”. However, the release notes and some of the API docs seem to indicate that there is support for iPhone-style overshoot overscroll behavior. For example, see
here. However, it’s not clear how to make these work. Simply setting drawables with these methods does not change the behavior. Does anybody know of a way to do this?
In the stock Gingerbread release, overscrolling is indicated with an orange flash. However, the
Share
I recently did a couple of blog posts about this. Have a look!
https://jasonfry.co.uk/blog/android-overscroll-what/
https://jasonfry.co.uk/blog/android-overscroll-revisited/
Since then I’ve had a thought, when you override the overScrollBy method, I’m guessing that you can half one of those parameters to get the view to not follow your finger when you overscroll, but just follow half the distance.