Creating app data on first use
Posted
by rity
on Stack Overflow
See other posts from Stack Overflow
or by rity
Published on 2010-05-04T14:33:55Z
Indexed on
2010/05/04
14:38 UTC
Read the original article
Hit count: 114
.NET
I once read somewhere that apps should not copy data while doing an installation but rather all data creation must be done the first time the app is used.
Q1: Does this apply to Windows Mobile apps also?
Q2: Is it not okay then to copy a blank database to the \appdata\product\ folder and populate it when the user uses the app or must I wait for the user to se the app to even create the database.
Win Mobile C# .NET
© Stack Overflow or respective owner