ViewPagerIndicator. Visual dots and labels that show where you are in a scrolling app screen.

viewpagerindicator.com

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

September 2012
  • [maven-release-plugin] prepare release 2.4.1
  • Bump version to 2.4.1.
  • Show example of fading edges in TabPageIndicator.
  • Use MATCH_PARENT over FILL_PARENT.
  • Correct 'background' style loading. Closes #135.
  • Version bump because I'm an idiot...
  • [maven-release-plugin] prepare for next development iteration
  • [maven-release-plugin] prepare release 2.4.0
  • Bump version to 2.4.0. New screens showcase.
  • Support icons on tab indicator.
August 2012
  • Add IconPageIndicator.
  • Consolidate adapters since TitleProvider is no longer around.
  • Show how to style tab text appropriately. Closes #71.
  • Add support for LinearLayout ICS-style dividers. Closes #125.
  • Bump next version to 2.4.0. Start change log.
  • Do not perform any ViewPager operations on ACTION_CANCEL.
  • Allow drawing title underline on top. Closes #126.
  • groupId in child modules is optional. Mind = blown.
  • Remove provided scope of support lib dependency in pom.xml.
  • Merge branch 'dev' of github.com:JakeWharton/Android-ViewPagerIndicat…