posted 20 years ago
I am writing a fairly simple J2ME program that is intended to run on my PDA. I would like the program to write a simple report and store it is a Memo when it has finished. My PDA is a Palm Tungsten E running Palm OS 5.2.1. How would I create a memo with CLDC/MIDP or whatever other APIs are available on my PDA to do that?
Or would it be better to write the data to a Record Store and then delete the Record Store when I no longer need the information?