Thanks for the reply Max. Is there a way to bulk upload the static images? If not, can you think of a good way to accomplish the file move? The app will be run offline and not require internet access.
Thanks!
Thanks for the reply Max. Is there a way to bulk upload the static images? If not, can you think of a good way to accomplish the file move? The app will be run offline and not require internet access.
Thanks!
What is the best way to add a large amount of static images to the project? Are there size / number limits? Also, are image names preserved?
Thanks!
Thanks for the pointers. After some more research, I've decided to add the images statically to the project and use Javascript arrays in place of the database. Since this is for a quiz app, I have no SQL or even search requirement for the content. Does this make sense to you?