Hello,
How can a Java midlet running on MIDP1.0/2.0 write information on the phone? The midlet needs to read that information again when it starts up.
Thanks, Ankur.
Hello,
How can a Java midlet running on MIDP1.0/2.0 write information on the phone? The midlet needs to read that information again when it starts up.
Thanks, Ankur.
Hi Ankur Welcome to Nokia Developer portal!
You can use record store to save information; and could reuse it again when midlet starts next.
Also If your phone supports JSR75 you could uses files for saving data.
regards
Gopal