I want to implement the iOS-like bounce overscroll effect in my app.
I came across this link which suggests creating a custom ScrollView. But the problem is
ScrollView
Use this
Private ScrollView scrMain; scrMain = (ScrollView) v.findViewbyId(R.id.scrMain); OverScrollDecorHandler.setScrollView(scrMain);