I have a list view in my app which consists of:
- ImageView
- TextView
- Button
I want that when the user clicks on that button textview
gets stored in database along with the name of the image which is stored in drawable
folder. Now on another activity i need to show the listview which consists of only the items selected by the user. I don't know how to store image in database and retrieve it. Please help!
I have seen many questions on Stackoverflow but none is solving my problem exactly.