i have a  game, consisting of 7 buttons , arranged such that 1 button
is in the center and rest 6 around it.
click on the buttons results in change in textview.
using click can really be cumbersome for the user, therefore i would
like to add functionality of dragging finger over buttons to perform
onclick ..something similar to boggle type of games.

i have found examples of soundboard , where finger drag causes button
click..its done simply by detecting ontouch and then
button.performClick which results in continuously click of button till
finger moves to next button.

Problem is i dont want continuous click  , but only a single click on
the button till the finger moves to next button

any help would be appreciated :)

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to