Search code examples
androidandroid-viewpagerslider

How to create a step view in android


How can I create a step view like this?

Wizard Progress Step view

Is it possible to create this using only one drawable and filling that drawable for a certain amount? Where each amount represents a step. So in step 4/5, it's filled for 80%.

I want to use it in my Slider Activity which I created using this tutorial: https://developer.android.com/training/animation/screen-slide

If anyone could give advice on this, that would be great. Thanks


Solution

  • There are a lot of ways to implement step view using ProgressBar. Check the following link then implement your own.

    VerticalStepperForm

    StateProgressBar