I have a question regarding Local Storage on Windows 8.
I want to store a string array of stock symbols. What is the best way to do something like this on Windows 8?
Browsing around, some have suggested store each string in the array into a new line in a text file, saved and retrieved from local storage.
If so, how would I achieve this? Are there better alternatives? Should I go down the path of sqlite?
Here’s a sample demonstrates how to save a collection to local storage, please check it: http://code.msdn.microsoft.com/windowsapps/CSWinStoreAppSaveCollection-bed5d6e6