Hi there,
I have a problem with tracking finger touches.
What I am trying to do is:

    - having multiple images in the screens, which will be acting as
buttons.
    - when a finger touch the screen and hover any image (any button),
the image will be changed to another one(It will look like a hover
button).
    - when he hover another one, the same will happen and the previous
one will return to its state.


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?

Thanks in advance.

-- 
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

Reply via email to