Display paging control with white dots on the top android
android
Solution
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!
Problem
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