Hi
when i use Persistent storage to store data from inside my midlet, hwo much space is there , and where is the data stored.
thanks
Dennis
Hi
when i use Persistent storage to store data from inside my midlet, hwo much space is there , and where is the data stored.
thanks
Dennis
The amount of storage space availabe is device dependant. Normally you will use the "shared" persistent memory which is available on the phone. The amount of free space available to your midlet can be found by;
RecordStore.getSizeAvailable()
So normally you will be storing your persistent data in the "same memory as your midlet is stored"![]()