I would like some help about an Android Application. I used the new Google Currents application and saw how the user can navigate inside an article. This is like the iOS’ dots but with a bar instead of the dots.
Can you give me some clue about how google did it ? I’m not asking the code but the way to do it because I can’t figure out how to begin.
You can try using a ViewPager with a ViewPagerIndicator like the one in Google Currents
More on
ViewPager
ViewPagerIndicator:
You are referring to the ‘circles’ ViewPagerIndicator like so:
For more information, try downloading the sample ViewPagerIndicator app from the play store