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.
Asked
Active
Viewed 598 times
1
-
You might have some luck looking for "Carousel". – Juliën Feb 18 '17 at 12:46
1 Answers
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
-
should I be using fragments ?? I'm just going to learn about ViewPager – Anand Kumar Feb 18 '17 at 11:05
-
1