On Jul 4, 3:11 am, Turki <[email protected]> wrote: > I tried to track that using OnTouchListener and didn't work. Then, I > read about Motionevent > (here:http://developer.android.com/reference/android/view/MotionEvent.html) > and I think it might help but I didn't know for sure if it will. > > My first question is: Does MotionEvent fit for my purpose? > If yes, Any one can give or suggest a way to do this?
OnTouchListener feeds you a stream of MotionEvent callbacks describing the user's gesture on screen. It's the only way to accomplish what you're trying to do. Doug -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

