[android-developers] drag/slide finger to perform onclick buttons

2011-09-15 Thread nivedita arora
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

Re: [android-developers] drag/slide finger to perform onclick buttons

2011-09-15 Thread TreKing
On Thu, Sep 15, 2011 at 6:29 AM, nivedita arora vivaciousnived...@gmail.com wrote: Problem is i dont want continuous click , but only a single click on the button till the finger moves to next button So the system keeps sending the onTouch event as you down on the button?