Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to create this kind of custom view in android?

enter image description here

I was just wondering if I can create a similar kind of layout in android.

The custom view must be expandable depending upon image nature. I tried with GridView to make this kind of view.

If anyone has worked with a similar kind of thing let me know. Thank's in advance...

like image 695
ShreeshaDas Avatar asked Mar 02 '13 06:03

ShreeshaDas


1 Answers

You should have a look at StaggeredGridView here as it does something similar, although not exactly what you are looking for. You can find a demo project here if you want to have a quick look at how it works.

like image 159
ebarrenechea Avatar answered Nov 08 '22 05:11

ebarrenechea