0

I want to perform right swipe and swipe left on GridView in fragment. If I used any swipe gesture on GridView then GridView's click and long click is not working. Can someone help me that how can i perform swipe left and swipe right on GridView with onclick and longclick.

Vinoth Vino
  • 9,166
  • 3
  • 66
  • 70
Dhanveer thakur
  • 902
  • 1
  • 9
  • 17

1 Answers1

0

Use Recycler view with GridLayoutManager. Recycler view have nice api for swipe. for click listener you can create onclick listener in view holder also or you can implement using itemtouch listener. For more check this so answer -

Why doesn't RecyclerView have onItemClickListener()? And how RecyclerView is different from Listview?

Community
  • 1
  • 1
Wasim K. Memon
  • 5,979
  • 4
  • 40
  • 55