Reputation: 543
Hi im interested in achieving effect like in this screenshot
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
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