I am looking to implement pinterest style gridview (see image) and am having difficulty coming up with an approach.
The view needs to have 3 columns (like pinterest) with individual images having constant width but variable height. It should be scrollable. I am also concerned about the issue of being able to recycle views as the number of images can be lot (say 1000s)
I am not sure how to approach this view in android.
Gaurav