stepstone-tech / android-material-stepper

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

RecycleView recreating #240

Closed russofinn closed 6 years ago

russofinn commented 6 years ago

I use 5 fragments, in the first fragment I have a list with radiobutton, when I select the radiobutton and when I go to the next following the steps, then when I decide to go back to the first fragment the list was created again. Can someone help me?

zawadz88 commented 6 years ago

Hi @russofinn, Please see #29

russofinn commented 6 years ago

Thank you! I used the mViewPager.setOffScreenPageLimit (int) method and it worked!