如何将数组放入警报框中的微调器中?
我有一个数组,我想知道如何将它放入也在警报对话框中的微调器中?我知道这是一个由两部分组成的问题,但如果有人可以帮助我解决其中一个问题,我将不胜感激。
I have an array and I was wondering how I could get it into a spinner that is also in a alert dialog? I know this is a 2 part question but if anyone can help me with one of them it will be much appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
假设您的数组名为 spinnerArray,您可以使用 ArrayAdapter 与 spinner 对话::
For 对话框,已经有一个很少 与在其中使用微调器相关的问题。
Let's say your array is called spinnerArray, you can use a ArrayAdapter to talk to the spinner::
For dialogs, there is already a few questions related to using spinners in them.