I am writing an Android application where I need to populate GalleryView with images dynamically from a database. I will get images from web and will store in SD card and store the absolute path of that images in database.
When I query database, I need to populate Gallery View with images based on url which I retrieve from local database. I am unable to do this. I am therefore seeking sample code to how to populate GalleryView in Android from database dynamically.