Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Display paging control with white dots on the top android

Tags:

android

I want to display this type of paging control as shown in the image i am getting the length of string array and i want to display the length as paging control with white dots as the number of pages.please help

enter image description here

like image 471
Ved Avatar asked Apr 13 '12 08:04

Ved


1 Answers

I think this is what you need

or this.

It is called ViewPagerIndicatior and usually it is used on conjuction with ViewPager (of course you can use it also alone).

Hope this helps!

like image 170
Dimitris Makris Avatar answered Dec 17 '22 11:12

Dimitris Makris