Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要在我的应用程序的某个地方存储大约 120 个不同的文本段落,以便我可以向用户显示其中的一些段落。
由于这些段落是 12 组,我正在考虑在我的 values/strings.xml 文件中创建 12 个不同的字符串数组,这样我就可以轻松访问它们,而不会有太多麻烦。
这样做的最佳做法是什么?如果我选择一种方式而不是另一种方式,我会失去什么吗?
如果它们在运行时从不改变,那么将它们粘贴到字符串资源中是迄今为止更容易的选择。