Reputation: 1287
I want to store the data into my app locally and just read the data when the user searches. For example the flag and its country name.
Upvotes: 0
Views: 96
Reputation: 984
If you mean you want to put a pre-populated db in your app there's some instructions here on how to include it and how to read from it:
http://msdn.microsoft.com/en-us/library/windowsphone/develop/hh286411(v=vs.105).aspx
If that's not what you meant and you want to be able to read and write from a db in your app there's some links on that page too.
Upvotes: 1