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
Post a Comment