GridView with scaling

I would like to implement a 2-finger GridView. for example, if we increase the upper left area: Gridview zoom

I am trying to do this with a GridView, because each cell must be interactive to perform a different action.
Is there any interface I need to implement? Is it possible to get this result using ImageView? How would you do that? The code will be appreciated.

+6
source share

Source: https://habr.com/ru/post/959094/


All Articles