android - Looking for example where gestures are used on top of ScrollView -


Is there a work example where gestures are implemented at the top of the scrollview? My ScrollView only supports vertical scrolling (does not require horizontal scrolling). I want to add gestures to change the text (article) displayed from left to right 'scrolling'. I've added the code according to the tutorial, but it does not work.

If you are using OnFling (). Try adding this method to your code

  @Override Public Boolean Dispatch Touch Event (Motion Event Mentor) {super.dispatchTouchEvent (mEvent); Return gesture scanner Totevivent (mewt); }   

Hope this works ...

Comments