Archive for the 'Tech Tip' Category
Tech Tip: The Reality of RMS
The realities of using RMS are very different from what the text books would have you believe. First of all, RMS limits are not documented anywhere. Often times the only way to determine exactly how much storage space a given device has is to create a MIDlet that litterally fills the RMS until a RecordStoreFullException is thrown. Because of restrictions imposed by the JVM, you cannot assume that because your phone has 1024k of storage that your MIDlet will have access to that full amount.
Read more

