在Android中保存字符串数组?
我需要对我的应用程序提出建议。我需要在应用程序中保存一些字符串数组。我该怎么做?哪种方法最好?
提前致谢...
I need a sugestion for my app. I need to save in app some arrays of Strings. How can I do this? Which is the best way for doing this?
Thanks in advance...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

发布评论
评论(4)
~没有更多了~
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
如果字符串数组是一个常量,那么你可以在资源中定义它
你可以像这样从资源中获取它
If the string array is a constant thing, then you can define it in the resources
You can grab it from the resources later like this