Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Tumblr-style GridView in Android

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.

Tumblr /archive example

like image 904
TonyCruze Avatar asked Nov 04 '22 00:11

TonyCruze


1 Answers

Maybe this library would work for you https://github.com/maurycyw/StaggeredGridView

like image 56
Alex Avatar answered Nov 15 '22 01:11

Alex