android - Storing image name in sqlite and picking image from drawable folder -
i have list view in app consists of:
- imageview
- textview
- 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
Post a Comment