Search code examples
androidandroid-gridviewandroid-gallery

Custom image gallery for android like Flickr


I am going to create a custom gallery for android like Flickr or Mobogenie market app. This gallery has many images with difference view size like this:

enter image description here enter image description here

I wonder is there any open source library can do this? I am starting with this library which uses custom GridView for multiple selection, but I don't know how to layout image view item with difference sizes to fit screen like images above.
Is there any ideas?


Solution

  • You could also look at Comcast's recently open-sourced "FreeFlow".