1

screenshot of an app

As you can see in the image, the top half of the screen (below the search bar) contains images which can be swiped left and right. There are circles on the image denoting which image we are currently on. I want to achieve this in my android app. I'm pretty sure I have to use fragments for this. But I don't know how to do this particular thing. Someone please guide me or at least give me a link where this thing is explained.

Anand Kumar
  • 169
  • 1
  • 11

1 Answers1

1

You can use ViewPager to achieve the slider

And for page indicator dots refer this library project

This SO question can help you more link

Community
  • 1
  • 1
arjun
  • 3,514
  • 4
  • 27
  • 48