Implementing android's default Gallery like view -


in gallery app, first shows albums in thumbnail. on click of each albums shows images in gridview. on click of gridview images opens full screen.

what have done:

initially, i'm loading images(http images) in galleryview(horizontal scroll) , on click of galleryview items opens images in gridview.then on click of gridview items, open in fullscreen. working :)

what i'm looking for:

  1. in galleryview want show albums.

  2. on click of galleryview items has open images of particular album in gridview.

i'm using android universal image loader.


Comments

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -