07-14-2008 09:31 AM
I'm diving back into BB Java development, having been away for about 3 years. Which API do I use for obtaining the current amount of memory available on the device?
Thx.
Solved! Go to Solution.
07-14-2008 09:33 AM
You can use the MemoryStats class to get information on the flash memory on a BlackBerry.
07-14-2008 04:57 PM
Any chance that someone has an example of using the getFree() call?
Thx.