Reputation: 430
Been searching for a library that can create a gridview similar to tumblr's /archive page.
example: sweethomestyle.tumblr.com/archive or any tumblr blog then /archive
What it does is keep the aspect ratio of the images but make them all fit into the screen. I know its a word for this but I'm not sure what it is.
I would like to replicate this in android, the images will be all different sizes.
Upvotes: 5
Views: 1075
Reputation: 116412
recently i've posted a similar question here.
i recommend the PinterestLikeAdapterView library.
note that even though its sample is very modest, it can have the same behavior...
Upvotes: 1
Reputation: 3382
Maybe this library would work for you https://github.com/maurycyw/StaggeredGridView
Upvotes: 1