I'm wondering what is the best way to maintain persistence for a small software program I'm working on. I need to track some contact information. Should I be saving these as XML files? Parsing text files? This program is for a PDA and resources are limited, I don't want to parse a file and store them as objects in RAM until I exit the program and write it to a file. What is the best way to do this?
thanks
" ahhh computers, how they made our lives much simpler "
thanks
" ahhh computers, how they made our lives much simpler "