Skip to content
Advertisement

Tag: stepper

How to create dynamically class in Android

In my application, I should use Material Stepper and for this, I want to use this library : https://github.com/ernestoyaquello/VerticalStepperForm But I want to add this dynamically from server. For connecting with server I used Retrofit library and I should check the type of items from server. when this type is “penny” show one of this steps and when the type

Advertisement