I am trying to put a ImageSwitcher and Gallery in my app, however, I want the gallery part just with some bullet points instead of the thumbnail of the original image.
Just for some more explanation to make it more clear.
Assume there are three image in my ImageSwitcher and there are three bullet point according to them.
When the first image is displayed, the first bullet point is colored while others are remain white. When the second image is displayed, the second bullet point is colored while other are remain white...and so on.
I think that feature is quite common in many app or website, but I really don't know how to describe it with keywords. Hoping that someone can understand and give me a help.
Thank you in advance.
You can use View pager and corresponding third party library for indicators as https://github.com/JakeWharton/Android-ViewPagerIndicator library for view pager indicator and view pager http://developer.android.com/reference/android/support/v4/view/ViewPager.html.