简体   繁体   中英

Swipe left and swipe right on GridView

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.

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?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM