I would like to implement a 2-finger GridView. for example, if we increase the upper left area: 
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.
source share