gpt4 book ai didi

android - ListView 中的单选按钮

转载 作者:行者123 更新时间:2023-11-29 22:31:55 28 4
gpt4 key购买 nike

我想创建一个每行都有一个 RadioButton 的 ListView。我正在使用 CursorAdapter 并以正确的方式绑定(bind)它,但我无法正确管理 RadioButton。我希望在任何时候都只选中一个 RadioButton(因此当我选中一个时,我希望取消选中之前选中的那个)。此外,当我将 RadioButton 放在该行时,我无法再管理 setOnItemClickListener。你知道任何适合我的教程吗?或者你能给我任何信息吗?

最佳答案

对不起,我想我困了。尝试以下操作

setListAdapter(new ResourceCursorAdapter(this, android.R.layout.simple_list_item_single_choice, cursor));

listView.setChoiceMode(ListView.CHOICE_MODE_SINGLE);

关于android - ListView 中的单选按钮,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3728278/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com