I am developing a Windows Phone app with C#. It has 10000 elements in an array. My program sudo code is something like
Begin
Get a random element from array
Manipulate it
Delete it
End
And that array element should be permenetly deleted from the app, (ie, I should not get it on next app launch)
How to perform this task easily. Please give me some code so I can understand easily.
Pretty basic example of using storage folder with xml output/input. You can modify it do what you wish. I use a more complicated version of it for my own windows phone app.
I'm assuming you having a hard time writing and reading the data back. If you need help deleting a random element from the list, let me know. I will edit this code for that as well.
You have to store your data in an Isolated Storage or use
SQL Compact Fow Windows Phone