Android- How to implement Horizontal Step Progress Bar

回眸只為那壹抹淺笑 提交于 2019-11-28 22:46:21

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!