Does recyclerview have a wrap around method? I wan...
# android
b
Does recyclerview have a wrap around method? I want it to loop back to the first element when it reaches the last element. I was looking at fastadapter and I'm not sure what the feature is called
stackoverflow 6
a
b
I ended up writing my own. Thanks for the suggestion though