mysql - Custom image gallery on Android -
i'm developing 1 android application, need implement simple image gallery.
but image not saved in device, image must loaded database.
in database have direct link of image, when open gallery images loaded in real time, thumbnail after "tap" on image image opened in fullscreen.
i have images must show, :
the first time want show images in grid view (thumbnail), when press on single image, image opened in fullscreen mode.
how can ?
use gridview
show thumbnail , full screen image launch new activity or custom dialog
Comments
Post a Comment