I have a fixed content in my text view inside a scroll view. When the user scrolls to a certain position, I would like to start an activity or trigger a Toast.<
Toast
Actually there is a way to know how far the user has scrolled. The method getScrollY() from ScrollView tells you that.