Android: Detect when ScrollView has finished scrolling and bouncing back?
I have a ScrollView which has two hidden images, one at the top and one at the bottom. In between there is a bunch of visible content. What I need to do is make these images hidden by default but when you scroll all the way up or all the way down you could see them as you're scrolling. But then as soon as you stop scrolling it should bounce back to the visible area so that the hidden images aren't showing. Basically I'm trying to imitate the bounce scrolling feature of the iphone UIScrollView. I have my ScrollView all setup and I do a scroll at the beginning so as to hide the top hidden image.