0

I have spend two days browsing the web for how to animate a view once a fling gesture has been detected on a view. I have read SO questions like this. I can animate the view with a fragment transaction or by animating it to where the user has dragged the view to in the MotionEvent.ACTION_MOVE, and when ACTION_UP then use scrollTo() method to scroll the view off the screen. But none of these solutions makes a smooth "fling" or "slide". How can I do this? I have tried using Scroller and OverScroller without any luck.

Kæmpe Klunker
  • 865
  • 1
  • 10
  • 27

0 Answers0