What layout that can display grid and allow to zoom in / zoom out do you recommend? I'm looking for simplest possible solution.
I want to display a grid of sqaure images (number of columns and rows will differ and depend on user's earlier input) and I want them to be scalable. For example: think about Sudoku where each box is single image. I want user to zoom in and zoom out to this images. After clicking on one of boxes a method will replace some images with different ones.