问题
I want to implement horizontal progress bar with steps like shown in following img.

I could not find such native component in Android. Can anyone guide me on how to do it ?
回答1:
EDIT: A repo which seems to currently be well supported and used (Sep 2016) https://github.com/baoyachi/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:
回答2:
I found a Vertical Steper that follows Google Material Design guidelines:
And also another well documented library Here
I hope it helps.
回答3:
I've created a Step View ViewPager that supports both Horizontal and Vertical paging. It can be found here https://github.com/YablokovDmitry/StepViewPager
来源:https://stackoverflow.com/questions/14581602/android-how-to-implement-horizontal-step-progress-bar