1

I am trying to make an android application which should first store paths of images which are kept in different folders in raw resource folder using sqlite database. Then I should be able to retrieve the stored images from the database using the stored paths. Kindly help.

vipul bansal
  • 57
  • 1
  • 7
  • try this, same problem here: http://stackoverflow.com/questions/11790104/how-to-storebitmap-image-and-retrieve-image-from-sqlite-database-in-android – Amir Mar 16 '15 at 08:08
  • There image is stored using blob but i want to store all the different images using path and then retrieve using the same. – vipul bansal Mar 16 '15 at 08:10
  • You can use lazy image loader to retrieve the images for listview it would be more effiecient let me inform if you have further queries – Hardy Mar 16 '15 at 08:14
  • Mate I have to do it using an sqlite database only and I am not allowed to use blob. – vipul bansal Mar 16 '15 at 08:20

0 Answers0