stepstone-tech / android-material-stepper

This library allows to use Material steppers inside Android applications.
Apache License 2.0
1.78k stars 261 forks source link

Not a BUG, Direction needed, error fragment/view #181

Closed willemevenwel closed 7 years ago

willemevenwel commented 7 years ago

Hi,

Thanks for awesome lib.

I have a question. A user will follow the stepper wizard to register, a long the process a different route could need to be taken. Maybe if certain option is checked then go to fragment X, otherwize fragment Y.

The instance where i want to use this is when a user does something really wrong or doesnt qualify, take them to a help screen within the stepper (but on last page) to supply more information. This fragment not necessarily included in the initial setup of the stepper.

like this step doesnt exist in public Step createStep(int position) delegate method. But will need to exist if user checks a check box or whatever.

Regards, and thanks for your patience

Willem

Make sure these boxes are checked before submitting your issue - thank you!

zawadz88 commented 7 years ago

Hi @willemevenwel, This seems to be related to #156. Please let me know if this answers your question.

zawadz88 commented 7 years ago

Hi @willemevenwel, Does that answer your question or would like some more help?