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.
文字列配列をスピナーに渡すとき、xml で行うのとプログラムで行うのとではどちらがよいでしょうか? 私の配列には約 50 個の文字列があり、スピナーはその配列の内容を変更しません。
スピナーが常に同じ値を表示する場合は、XML を使用します。これにより、文字列の管理が容易になり、後の段階で翻訳を追加できる可能性があります。