locally stored images (BLOB?)
Thanks for your tutorial. It was very informative.
I am an absolute newb and it was very helpful.
I noticed that you tutorial App downloads its images from the internet.
I am desperately trying to make an App that stores its images locally so that it will work offline. I have been buying and reading books and scouring the internet but I cannot seem to find out how to do it. Your tutorial is the closest I have been.
I am trying to build an App that has two levels of Drill-down (I assume two tables to the database) and on the Detail View it shows an Address, a Description, and an image.
e.g. State - navigate to - Laundromat - navigate to DetailView showing that particular Laundromats Address, Description and image.
I have been able to find tutorials on two level drill-downs with Detail Views that I have been able to convert to my idea, using Core Data and xml files, sqlite, and even plist files but none of them tell me how to deal with images.
I have even worked out how to get images into a BLOB in a sqlite database using SQLite Manager, but dont know how to access it in my App.
Could you possibly show me an amended tutorial showing me how to store images locally in the sqlite database and read them into the Detail View.
If you could include how to deal with two related tables to make the two level drill-down as well I would be over the moon.
Thank you for your time in reading this.
I await in hopeful anticipation.
Cheers.
|