Does anybody know what data structures are used to the store messages in an SMS client app, and whether there is an existing API for this.
I was perhaps looking at implementing a link list for the purpose but if the work has already been done in an API then perhaps it would be unnecessary to commit time to the task that could be spent programming other parts.
Many thanks