In Android, you can store user's config in "preferences" file. So where should the "preferences" being stored in a Metro app and how can this be accomplished?
Any example will help. Examples in Javascript would be the best.
|
In Android, you can store user's config in "preferences" file. So where should the "preferences" being stored in a Metro app and how can this be accomplished? Any example will help. Examples in Javascript would be the best.
| ||||
|
feedback
|
|
You can use Windows.Storage.ApplicationData for this. Example:
You can also take a look at the Sample SDK app | |||
|
feedback
|