ScrollView has a method for setting the x and y scroll offset, but no method for getting the current offset (all I\'m really interested is the y offset, since ScrollView onl
Call getScrollY() on the ScrollView
getScrollY()
See here for the documentation: http://developer.android.com/reference/android/view/View.html#getScrollY%28%29