So em, first time here asking questions, I am developing an android app, where I have one fragment with gridview of images. I am using a database to hold the image URL's and converting them to bitmaps using a picture adapter.
How do I either extact all the strings from a column called COLUMN_IMAGElINK to an array of Strings, or send my db strings to my picture adapter class??