So you're not actually storing the image in the database, just the path to 
the image. (Very good).
 
Now all you need is to dynamically address an item in the assets folder. 
Have a look at 
 
 
AssetFileDescriptor afd = getAssets().openFd(<file name>); 

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

Reply via email to