stepstone-tech / android-material-stepper

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

how to finish soon?!! #258

Open amirmehdi opened 6 years ago

amirmehdi commented 6 years ago

Hi, for example, I have three step but I want to finish and call onComplete in step two? how to do that? thanks!

zawadz88 commented 6 years ago

Hi, If you know that on the second step you can already finish then you can do all the required actions in onNext() instead of onComplete(). Although personally I'd consider if this is the best approach altogether (user being able to finish in the second step while seeing that there's a third step available).