K
Kevin
Hi,
I am pretty new to J2ME, can anyone give some hits of the good ways to
save / load data on these mobile devices using J2ME? Thanks a lot.
The way I currently know is:
to use the javax.microedition.rms.RecordStore
But it only handles byte[] arrays.
How about int, double, and Date (object)?
I know I can convert int and double to byte[], but not Date. (also,
this sounds not good).
Or, we can just use a file with java.io.DataInputStream like those in
normal j2se?
Any performance issues there?
Thanks a lot.
I am pretty new to J2ME, can anyone give some hits of the good ways to
save / load data on these mobile devices using J2ME? Thanks a lot.
The way I currently know is:
to use the javax.microedition.rms.RecordStore
But it only handles byte[] arrays.
How about int, double, and Date (object)?
I know I can convert int and double to byte[], but not Date. (also,
this sounds not good).
Or, we can just use a file with java.io.DataInputStream like those in
normal j2se?
Any performance issues there?
Thanks a lot.