0

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.

  • Do you want the image to open separately and then zoom it or you want to zoom it within the Grid ? – Vikas Oct 10 '19 at 22:33
  • Zoom it within the grid. Grid is not changing, user just can have a closer look at it. – Rafal Rusek Oct 12 '19 at 07:52
  • You can use the zoom libraries available for android, here is one of them : https://github.com/natario1/ZoomLayout – Vikas Oct 12 '19 at 08:17
  • and to have your images in Grid View, you can use RecyclerView, use this example : https://stackoverflow.com/questions/40587168/simple-android-grid-example-using-recyclerview-with-gridlayoutmanager-like-the – Vikas Oct 12 '19 at 08:30

0 Answers0