Android- How to implement Horizontal Step Progress Bar

Rohit picture Rohit · Jan 29, 2013 · Viewed 29.2k times · Source

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

Horizontal Step Progress bar

I could not find such native component in Android. Can anyone guide me on how to do it ?

Answer

Milad Faridnia picture Milad Faridnia · Jul 5, 2017

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.