DATA STORAGE METHOD IN WINDOWS 10 PHONE

Asked 2 years ago, Updated 2 years ago, 61 views

Thank you for your continuous support.

As the title suggests, I am thinking of building a UWP (Universal App) on a smartphone running Windows 10.

So I'm doing a lot of research, but how do you save 1. Application settings, 2. Application data, etc.?

I was wondering if there was something like SQLite, so I'm looking into it, but it doesn't get good information.

Could you please let me know if there is something like Theory?

Thank you for your cooperation.

windows-10 win-universal-app

2022-09-30 19:01

1 Answers

Use LocalSettings or RoamingSettings in Windows.Storage.ApplicationData.Current.

ApplicationData Class


2022-09-30 19:01

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.