Skip to content Skip to sidebar Skip to footer

Iphone-like Navigation Dots For Android

I have to create an image gallery that navigation dots like the iPhone gallery. Check out the screenshot. I need such a widget, look at the white dots: Is there any widget availab

Solution 1:

Solution 2:

On my Arcos Tablet there is something like this used for the homescreen navigation - I am afraid it might be a custom widget though so you might have to write it yourself ...

If you know the name of the iPhone widget which does what you want (IF there is a particular name for it) - then google that in the following fashion: widgetName+for android - or something like this - I guess you're getting the idea :).

Solution 3:

This link could be usefull : Android Scroll Pagination

Check out for : UipageControl (within UiScrollView). That's the name of the IPhone Class.

Solution 4:

Solution 5:

You will need to create a custom component that uses View.ViewPager, which is part of the android compatibility package. An example of this can be found here.

Post a Comment for "Iphone-like Navigation Dots For Android"