android - OnTouch/OnClick listeners. Use both? -


i have short question. should use in same time ontouch , onclick listeners ? if i`m correct 1 touch screens , other devices out it. wrong ? if not should use both listeners secure both kind of devices ?

you need ontouch if have event should happen touch screen. if want when user taps (or clicks), need onclick.


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -