how to use overscroll functionality for listview?

Chirag Shah picture Chirag Shah · Oct 18, 2011 · Viewed 19k times · Source

Android's new Overscroll functionality introduced in Gingerbread and discovered some more interesting things. The functionality to make a a view scroll beyond its limits and then bounce back (almost exactly like iOS) is sort of built into the framework, but just hidden.

http://www.youtube.com/watch?v=dOyWCDhlxv8&feature=player_embedded

Answer

Ashwin N Bhanushali picture Ashwin N Bhanushali · Oct 18, 2011

According to the android developers visit the following link. http://developer.android.com/reference/android/widget/AbsListView.html#setOverScrollMode(int)

the doc says you have to use following method.

public void setOverScrollMode (int mode)