Where can I find a more detailed explanation of how memory is handled by suspend/resume? Are only texture objects removed, like text and images? Or do I need to save all my important state variables (numbers, strings, tables, etc) at a suspend? Is there a difference between Android and iOS in this regard?