In a mobile Flex game I have a View listing a weekly top of players.
It works well enough :-) On the top I have a search field. Also when you click a player name in the list, another View is pushed - displaying more info for that user:
I have 2 annoyances: when I pop the player details View and return back to the View shown in the above screenshot -
- The search field is empty
- The List ist scrolled all the way up again
Any advice please on how to save/restore those 2 values best?
UPDATE: I save those values as static variables for now...