Data Structure Used For SMS Messages In Android

Posted by Greenhouse Gases on Stack Overflow See other posts from Stack Overflow or by Greenhouse Gases
Published on 2010-05-05T10:35:07Z Indexed on 2010/05/05 10:38 UTC
Read the original article Hit count: 231

Filed under:
|

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

© Stack Overflow or respective owner

Related posts about android

Related posts about data-structures