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
Hi thank you for providing the code.
i want to implement
1)onSwipeLeft.
2)onItemClicklistner
But only 1)onSwipeLeft is responding, 2)onItemClicklistner is not responding when tried.
can u please resolve the issue.
thanks in advance.
The text was updated successfully, but these errors were encountered:
I know it is a bit late to reply but I recently stumbled upon this code and found that I need to have an onClickListener on the list items as well.
It works for me when I add an onClickListener to the LinearLayout under the comment. Just put an ID to that and attach a listener, should be working fine.
Hope this helps, have a nice day!
Hi thank you for providing the code.
i want to implement
1)onSwipeLeft.
2)onItemClicklistner
But only 1)onSwipeLeft is responding, 2)onItemClicklistner is not responding when tried.
can u please resolve the issue.
thanks in advance.
The text was updated successfully, but these errors were encountered: