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:
in
galleryview
want show albums.on click of
galleryview
items has open images of particular album ingridview
.
i'm using android universal image loader.
Comments
Post a Comment