Hi, I would like to create an app which will have locally stored data. I need to save some pictures and some text. The app itself will have a search menu and a list of "items", if you would click on an item it would open properties of that item, this will be the same to all items, only the data showed will be different. So I don't want to manually write data for all the items (50 or so) and would like to save all the data in an xml file and than pull the info I need, depending on the item I opened. Is an xml the right way (easier) to do this or should I use some database ?
I'm pretty new in developing for WP, so some help would be appreciated.
I'm pretty new in developing for WP, so some help would be appreciated.