0

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??

1 Answers1

0

What you are looking is here.

AnkitSomani
  • 1,152
  • 8
  • 9
  • No, blobs can become messy when dealing with large numbers, I have a string to the link of the picture, its just trying to extract the strings to send to my working picture adapter so it can be converted to bitmap – user3929940 Aug 11 '14 at 20:50