ScrollView bounce effect on Android
Hi,
I put some things in a scrollview. On iPhone there is a bounce effect when the user "over scrolls" the view. On android there is no such effect. I see that on a tableview for instance there is such effect on android.
How can I make the bounce effect on a scrollview on android?
Thanks
2 Answers
-
Hi Shlomi,
As per sdk 1.8.0.1 scrollView bounce effect is only for iPhone/iPad. Check here.
-
their is no such facility for android scrollview's bounce effect is only for ipad and iphone.Try to implement ur app in tableView only.