Overview
The record managment store sample application is a MIDlet that simulates a music collection library using the RMS data structure. The RMS is a persistent storage API in Java® ME.
The RMS structure provides you with a persistent data store that is Java ME based, an alternative to persistent stores that are proprietary to Research In Motion. You can use this alternative to implement a persistent store without having to register the application using the BlackBerry® Signing Authority Tool.
The sample application demonstrates how to create an instance of a record store and add, change, delete, and enumerate its records.
The sample application demonstrates how to display the records stored in the RMS using the Java ME List class.