Is it possible to create pinterest like layout on Android using GridView
? I want to create image gallery using GridView
but I am not sure if it is good solution. I do not want create three LinearLayouts
(I think that this solution is not good: Pinterest style listview or gridview in android)
Any ideas ;)?
I am using this lib: https://github.com/huewu/PinterestLikeAdapterView.
It works pretty well. The only issue I have is that the
setOnItemClickListener
andsetOnItemLongClickListener
are a bit buggy so I set the listeners directly on the convertView.