Home > Software design >  How can I make a image scrollbar in android studio like the ones on sites?
How can I make a image scrollbar in android studio like the ones on sites?

Time:03-30

I want to make a scrollbar with a tiny little buttons on the bottom like the one on the images. what should I do?

first scene

second scene

CodePudding user response:

You might thinking of using ViewPager and a ViewPagerIndicator.

CodePudding user response:

you can use viewpager for that and for showing the dots you can make your custom drawable. and you can give height and width to main view according to your requirement, then it will work

  • Related