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

Go Back Programmatically #257

Closed KameshwaranMurugan closed 6 years ago

KameshwaranMurugan commented 6 years ago

How to go back programmatically?

zawadz88 commented 6 years ago

Hi, You can check out how it's done in the sample app: https://github.com/stepstone-tech/android-material-stepper/blob/master/sample/src/main/java/com/stepstone/stepper/sample/AbstractStepperActivity.kt there's an onBackPressed() method