Jump to content

Multi-screen Game - Method Recommendations


gdgray
 Share

Recommended Posts

I'm building a multi-screen app where the screens must not lose their state with transitions. They are not different levels, more like different rooms that the user will move between and return. Changes made by the user to each room must not be lost when they move to another.

 

Is State management what I'm looking for here or is this just a matter of managing state using global vars? If not using State management, what would be a good way to transition between screens (rooms)?

 

 

Greg

 

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...