Search code examples
androidimageviewsliderflipper

How to implement Android Image Slider like this?


I need to implement Android Image Slider exactly like this. lend me some suggestions please.


Solution

  • This is called Carousels. You can get references from below:

    https://android-arsenal.com/details/1/3991

    https://github.com/Azoft/CarouselLayoutManager

    https://android-arsenal.com/details/1/3712