java - Both click and longclick respond in listview -
this question has answer here:
- listview click , longclick 1 answer
i have implemented both onitemclicklistener , onitemlongclicklistener in listview. - itemclick start new activity; - itemlongclick open popup. when longpress item both listeners react.
how set onclick not respond when longpress?
you need return true in longclick onclick not called. @ this: how implement onitemlongclicklistener , onitemclicklistener event on listview row in android?
this question has been answered on forum. :)
Comments
Post a Comment