Hello,
I need to check how much memory is left in device.
With Runtime.getRuntime.freeMemory() I can check the heap memory, but the storage memory ?
Thanks
Hello,
I need to check how much memory is left in device.
With Runtime.getRuntime.freeMemory() I can check the heap memory, but the storage memory ?
Thanks
Hello,
After creating a RecordStore(ex. r), with r.getSizeAvailable() you can check the free space(in bytes) for this record to use.
Regards,
Kui