You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to add both drag functionality and setOnItemClickListener to listview but i am able to implement only one of them..if i use dslv:drag_start_mode="onMove" only OnItemClick happens and if i don't use dslv:drag_start_mode="onMove" only drag happens.How to implement both functionality?
The text was updated successfully, but these errors were encountered:
If you have the code from "master", it's enough to add mDslv.onItemClick() line to Controller.onSingleTapUp(), and it works like a charm. It requires you to use the default controller though.
I want to add both drag functionality and
setOnItemClickListener
to listview but i am able to implement only one of them..if i usedslv:drag_start_mode="onMove"
only OnItemClick happens and if i don't usedslv:drag_start_mode="onMove"
only drag happens.How to implement both functionality?The text was updated successfully, but these errors were encountered: