TGIO
TGIO

Reputation: 543

Android gridview like in flickr

Hi im interested in achieving effect like in this screenshot

enter image description here

Question is how to add images to gridview with not discarding the aspect ratio and cropping it but adding them side by side

Upvotes: 2

Views: 1163

Answers (1)

Kailash Dabhi
Kailash Dabhi

Reputation: 3513

I think StaggeredGridView is what best suited for your requirement.

this is the link go and download and attach this library to your project.

https://github.com/maurycyw/StaggeredGridViewDemo

I used this and it works very beautifully..!

Upvotes: 2

Related Questions