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
A ListView in Android is a scrollable list used to display items.
ListView itself is scrollable.
ScrollView is used to put different or same child views or layouts and the all can be scrolled. ListView is used to put same child view or layout as multiple items. All these items are also scrollable. Simply ScrollView is for both homogeneous and heterogeneous collection.
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)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With