android - Storing image name in sqlite and picking image from drawable folder -


i have list view in app consists of:

  1. imageview
  2. textview
  3. button

i want when user clicks on button textview gets stored in database along name of image stored in drawable folder. on activity need show listview consists of items selected user. don't know how store image in database , retrieve it. please help!

i have seen many questions on stackoverflow none solving problem exactly.

check out link.how store(bitmap image) , retrieve image sqlite database in android? .also should not store raw images in sqlite tables .instead store path directory.hope helps.


Comments

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -