androidgridviewheightasymmetricgoogle-now

Google Now-like asymmetrical grid on tablet


Does anybody have an idea how was a gridview with items of uneven height implemented?

enter image description here


Solution

  • It could be a StaggeredGridView. See the answer to this question.

    You can find an implementation at github.com/maurycyw/StaggeredGridView