[android-developers] touch and click listeners

2011-07-04 Thread Dawid Pacholczyk
Hello, I have a short question. Should I use in same time OnTouch and OnClick listeners ? If I`m correct one is for touch screens and other is for devices with out it. Am I wrong ? If not should I use both listeners to secure both kind of devices ? Best regards Dawid Fixus Pacholczyk -- Dawid

Re: [android-developers] touch and click listeners

2011-07-04 Thread Filip Havlicek
Hi Dawid, a brief description of the various listeners is here http://developer.android.com/guide/topics/ui/ui-events.html Best regards, Filip Havlicek 2011/7/1 Dawid Pacholczyk dpacholc...@gmail.com Hello, I have a short question. Should I use in same time OnTouch and OnClick listeners ?