I have a grid layout which is populated with image views. This is a pairs game where the user has to click on images and find a pair. The game itself is fully working but I have one problem which I cannot get around.
When I change orientation I loose the grid. I need some way of saving the grid contents and state so it can display again when orientation changes.
Thankyou