0

I've a RecyclerView with list of imageviews in it. I want to randomly change the image in the ImageView after every few seconds and image should slide in from any direction while exiting the previous image to the other direction (kind of a slide show). Currently, I'm using Glide transition but it does half of the work, it translates the view from left or right but doesn't give effect of exiting the previous image. My question is that is it possible by using only single ImageView or i need to use more than one imageviews or a ViewPager instead?

Usman Rana
  • 2,067
  • 1
  • 21
  • 32

0 Answers0