Search code examples
androidandroid-imageviewswipe

Android: Make a swipe imageview


I am new and I try to create an imageview with swipe and a dot to show on which image you see right now(something like the image below). I can't find anything on Internet on how to implement this and I don'n know how to start. Thank you :)

enter image description here


Solution

  • You need to use a ViewPager to handle the swype gesture.

    And check that for the dots : ViewPagerIndicator library.