Git Product home page Git Product logo

Comments (4)

espeo196 avatar espeo196 commented on August 24, 2024

Question: I'm asked to implement onSaveInstanceState & onRestoreInstanceState is this supposed to be part of the previous bullet that is to implement saving activity states? I'll start researching how to do this sometime tomorrow.

from dineon.

mhotan avatar mhotan commented on August 24, 2024

Yeah thats what those calls generally do. Its saves the UI and Activity
state. In our case we are just trying to save the current Dining Session.
Or we just save the Dining session to the cloud. and retrieve again when
we come back.

On Mon, Apr 29, 2013 at 8:52 PM, espeo196 [email protected] wrote:

Question: I'm asked to implement onSaveInstanceState &
onRestoreInstanceState is this supposed to be part of the previous bullet
that is to implement saving activity states? I'll start researching how to
do this sometime tomorrow.


Reply to this email directly or view it on GitHubhttps://github.com//issues/34#issuecomment-17208333
.

Michael Hotan

from dineon.

espeo196 avatar espeo196 commented on August 24, 2024

Okay, saving the Dining Session seems to revolve around saving all of the individual fields of the session which is pretty straightforward from what I've seen so far. Although I'll have to look around some more to figure out how to push that to the cloud (would that even be in onSaveInstanceState?).

from dineon.

mhotan avatar mhotan commented on August 24, 2024

Don't worry about the cloud part now. Just implement the Dining Session to
Bundle function. Then place that bundle in the saveInstanceState(Bundle b)
with a key value pairing.

On Mon, Apr 29, 2013 at 10:06 PM, espeo196 [email protected] wrote:

Okay, saving the Dining Session seems to revolve around saving all of the
individual fields of the session which is pretty straightforward from what
I've seen so far. Although I'll have to look around some more to figure out
how to push that to the cloud (would that even be in onSaveInstanceState?).


Reply to this email directly or view it on GitHubhttps://github.com//issues/34#issuecomment-17209740
.

Michael Hotan

from dineon.

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.