Hi,
I am writing an app that essentially will have a list of animals, their descriptions(number of limb, size, color) and 1-3 pictures each.
The user will then be able to browse or query these animals and view the results.
2 questions:
-Would you consider sqlite appropriate for this? If so, I would still store all the photos in resources and then for each animal in the db I would store the photo filename so it could be opened right?
-If I end up having 100-300 photos, would this be too much? would they have to be accessed from the internet? What is the best photo format for the iPhone?
Thanks,
Awestruk
I am writing an app that essentially will have a list of animals, their descriptions(number of limb, size, color) and 1-3 pictures each.
The user will then be able to browse or query these animals and view the results.
2 questions:
-Would you consider sqlite appropriate for this? If so, I would still store all the photos in resources and then for each animal in the db I would store the photo filename so it could be opened right?
-If I end up having 100-300 photos, would this be too much? would they have to be accessed from the internet? What is the best photo format for the iPhone?
Thanks,
Awestruk