Slide 10.1: Programming Exercise II: my memento by using Palm OS Slide 10.3: Palm OS databases (cont.) Home |
Secret
, Busy
, etc.), resizing a record, etc.
Data Manager
manages user data, which is stored in databases for convenient access.
Data in the Palm Powered handheld is broken down into multiple, finite-size records that can be left scattered throughout the memory space; thus, adding, deleting, or resizing a record does not require moving other records around in memory.
Each record in a database is in fact a Memory Manager
chunk.
The Data Manager
uses Memory Manager
functions to allocate, delete, and resize database records.
Data Manager
fetches the local ID of the record from the database header by index,