Android:选择另一个微调器中的选项后,使微调器出现
我想知道是否可以使微调器显示在微调器下方,并带有基于所选微调器的文本。基本上,假设有 3 个旋转器(A、B、C)。我希望 B 和 C 在选择 A 中的任何内容后出现(除了默认选项)。我希望 C 在从微调器 B 中选择除默认值之外的任何内容之后出现。
我已经找到了从数据库动态填充微调器的资源,这部分是我想要做的。有人有任何建议吗?或者我是否只需更改当前放置的微调器上启用的权限?
I would like to know if it is possible to make spinners appear below a spinner with text based on the selected spinner. Basically, lets say there are 3 spinners (A, B, C). I want B and C to appear after anything from A is selected (besides the default option). I want C to appear then after anything besides the default is selected from spinner B.
I have found resources with dynamically populating a spinner from a database which is partially what I am trying to do. Does anyone have any suggestions or am I going to have to just have the enabled permissions change on currently placed spinners?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只需在第一个微调器的选择监听器上,调用一个函数来填充第二个微调器并将其设置为可见。
just On selection listener of the first spinner, call a function to populate the second spinner and set it visible.