3

I mean I want to understand the user drag his finger on screen which direction? How can I use touch event?

CompEng
  • 7,161
  • 16
  • 68
  • 122

1 Answers1

-1

You can just Go through this Example. A Toast will display when your Swiping on the Screen..

Example

Community
  • 1
  • 1
Bhavin
  • 6,020
  • 4
  • 24
  • 26
  • Remember to read the last comment in the example since the original answer is quite old. – Qben May 12 '12 at 11:49
  • thanks for answering. But it doesnt enter onfling method ever. Why it doesnt enter – CompEng May 12 '12 at 12:05
  • Have you seen the whole example. – Bhavin May 12 '12 at 12:07
  • It should i just checked the developer's site http://developer.android.com/reference/android/view/GestureDetector.SimpleOnGestureListener.html#GestureDetector.SimpleOnGestureListener%28%29 – Bhavin May 12 '12 at 12:55
  • I have a class extends view class. When I touch screen touch method of my view class is work but does not work onfling method – CompEng May 12 '12 at 12:56