Implementing a multicolumn ListView with independent Row-heights
I would like to create a list of about 200 ImageViews (random heights) with the following layout in a 'collage' fashion: Normally I would do this in a ListView for the peformance gained by using Adapters but since i want the images to be displayed in columns, and with different height (See picture Example ) depending on the pictures, I cannot use a single listview for this purpose. I have tried implementing this layout with: Three ListViews with synchronized scrolling = Slow Single ListView with each row containing three images = Not allowing different heights GridView = Not allowing different