yuyakaido / CardStackView

📱Tinder like swipeable card view for Android
Apache License 2.0
2.37k stars 448 forks source link

how to make Infinity looping with same items #280

Closed ixiDev closed 4 years ago

ixiDev commented 5 years ago

Hi , Thanks for this project it's very powerful , please how to make Infinity looping with same items in the last version

yuyakaido commented 4 years ago

@ixiDev This library is using an adapter of RecyclerView. If you want to make an infinity looping, you need to implement a loopable adapter as mentioned here.