Custom Android GridView layout with variable height and width for each cell

Is it possible to create a grid view where each cell can have variable width and height ?.

I tried these libraries:

But they allow me to change the Heigh or Width of a cell, you cannot change them.

This is an iOS example how to do it, but I can't seem to find an Android solution.

This is what I want to do:

What I want to do in Android

https://github.com/bryceredd/RFQuiltLayout

Is there a way to do this in Android? I've tried almost everything.

+3


source to share





All Articles