Android- How to implement Horizontal Step Progress Bar

EDIT: A repo which seems to currently be well supported and used (Sep 2016) https://github.com/baoyachi/StepView

StepView

Old Answer:

This answer is late to the party, but so far the best I've found is this repo from Anton46: https://github.com/anton46/Android-StepsView It's quite simple to setup too.

Heres an example:

enter image description here


I've created a Step View ViewPager that supports both Horizontal and Vertical paging and doesn't require drawables and images. You can configure the appearance by simply specifying various attributes.

It can be found here https://github.com/YablokovDmitry/StepViewPager

Sample 1

Sample 2

Sample 3


I found a Vertical Steper that follows Google Material Design guidelines:

enter image description here

And also another well documented library Here

enter image description here

I hope it helps.