I'm trying to implement a banner in my app that works similar to how a an advertising banner works, where every few seconds it would scroll to the next ad. I wanted it to be dynamic so I used a RecyclerView, I've got it horizontal using the snap helper for a nice effect. However it's the automatic scrolling I'm struggling with, I need it to scroll to the next card after a few seconds and when it reaches the end scroll back to the first and start over.
I have also seen people talk of a viewflipper for this but I've never used one and not sure if it will give the desired effect.