TonyCruze
TonyCruze

Reputation: 430

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

Upvotes: 5

Views: 1075

Answers (2)

android developer
android developer

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

Alex
Alex

Reputation: 3382

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

Upvotes: 1

Related Questions