I am creating an android application in which I have to insert an image into a local database. Then fetch that image and show in a listview. Can anyone guide me how to do this?
Thanks
Tushar
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
why would you put an image in a database? Just store the image on the SDCard and hold onto its location in the database. Then when you’re ready display it in your listview.
What have you tried so far? When you say “guide me”, what level of guidance do you need? Have you installed Android? Do you know Java? etc etc. You need to be more specific.