简体   繁体   English

存储短信的最佳方法是什么? 像短信一样的东西

[英]What is the best way to store Text Messages? Something like SMS

I´m writing a small prgramm in which the User is able to send small Messages (460 Characters). 我正在编写一个小型程序,用户可以在其中发送小型消息(460个字符)。 Now I want something like a History in which the user can see all Messages he ever send from this App inlucing the recipient and the Text, both are Strings. 现在,我想要一个类似“历史记录”的东西,在其中用户可以看到他从该应用程序发送过的所有消息,其中包括收件人和文本,都是字符串。 Is Core Data "to much" for this? 核心数据是否为此“太多”了? Any other Idea? 还有其他想法吗?

Thank you 谢谢

twickl wick

我会使用Core Data(对于它来说不是太多)或直接使用SQLite API。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM