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:
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.