Android Tumblr style gridview

Searches for a library that can create a grid similar to the tumblr / archive page.

example: sweethomestyle.tumblr.com/archive or any tumblr then / archive blog

What he does is preserve the proportions of the images, but make them all fit into the screen. I know his word for it, but I'm not sure what it is.

I would like to reproduce this in android, the images will be of different sizes.

Tumblr / archive example

+5
source share
2 answers

Perhaps this library will work for you https://github.com/maurycyw/StaggeredGridView

+1
source

I recently posted a similar question here .

PinterestLikeAdapterView.

, , ...

+1

All Articles