Karl Andersson
Lurker
I'm writing an app. I intend to save the state of the app by writing the state to a textfile, since apps sometimes crash. The user will then be given an option to restore the last game when restarting the app. Is it a good idea? The file may be written 1000 per hour. I know Linux spreads out the writing to disk by shifting the pages which are written. Will it ruin the phones flash disk?