[android-developers] Re: display images in galleryview from sqlite database

2011-10-12 Thread Abhi
anyone with an idea how to do this?

On Oct 11, 2:09 pm, Abhi abhishek.r.sha...@gmail.com wrote:
 Hi

 I have asqlitedatabase that has over 2000 low res thumbnails of
 pictures. The database itself is over 100MB in size. The project
 requires me to have the photos residing in the database instead of the
 file path. This is what I would like to do and need help with as this
 is my first time dealing with images. I have a horizontal GalleryView
 in my App UI that I want to populate with images pulled from this
 database dynamically. I don't mind if these images are lazy loaded on
 to thegalleryview in the background. I read somewhere that I will
 have to use an ImageAdapter to bind the images to the UI element
 dynamically. I need in understanding how this is done. I have never
 used the BaseAdapter class.

 Thanks,

 AB

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: display images in galleryview from sqlite database

2011-10-12 Thread lbendlin
google sqlite BLOB

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en