I have a ScrollView (and HorizontalScrollView also), with some content on then.
I need to enable these views to bounces the content if the user try to pass beyond the limit of the scrollable content. How I do that?
In API Level 9 there is ScrollView.setOverScrollMode().