Giter VIP home page Giter VIP logo

Comments (4)

zawadz88 avatar zawadz88 commented on June 12, 2024 1

Added in 2.0.0

from android-material-stepper.

zawadz88 avatar zawadz88 commented on June 12, 2024

Hi @RaghuManickam,
Could you please provide steps to reproduce?
Did that happen when you got to the third fragment and then back to the first one?
If so, that's actually the desired behaviour you get when using a ViewPager. If you don't want to lose that data you save it in onSaveInstanceState and use it later when the fragment gets recreated.
Setting the offscreen limit solves the issue only partially as it does not handle device rotations, system killing the app in the background, etc.
Please tell me if that's issue.

from android-material-stepper.

RaghuManickam avatar RaghuManickam commented on June 12, 2024

Hi @zawadz88 ,

this is not an issue this can be done as enhancement.

using saved instance will make more code. if we add this line in the setAdapter method we can resolve this easily.

the user may also review back in that case we need to get data from saved instance .

from android-material-stepper.

zawadz88 avatar zawadz88 commented on June 12, 2024

Hi @RaghuManickam,
I see your point. Using saved instance state makes more code however it is still needed if you want to make sure your data does not get lost e.g. on rotation, system killing the app or screen resizing in Nougat's multiwindow.
Increasing the offscreen limit will make the pager keep all the fragments in memory. In case the number of steps is larger this could have a negative impact on the app.
Having said that, I'm thinking about exposing the setOffscreenLimit in a future release. I would not want it to keep all the fragments by default.

from android-material-stepper.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.