带有单选按钮的android listview [英] android listview with radiobuttons

查看:67
本文介绍了带有单选按钮的android listview的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我将如何创建具有5个单选按钮(单选组)的列表视图,其中5个单选按钮具有指定值(例如:5、4、3、2、1),然后将显示平均值...

how am i going to create a listview with 5 radiobuttons (radiogroup) wherein the 5 radiobuttons has a designated value (example: 5,4,3,2,1) and then will display the average...

推荐答案

在Google上搜索 [ ^ ]提出了很多有趣的命中方法;-)
A search on google for "Android ListView RadioButton"[^] came up with quite a few interesting hits ;-)


检查
Check this tutorial
In that code replace this line

lvCheckBox.setChoiceMode(ListView.CHOICE_MODE_MULTIPLE); 



对此



to this

lvCheckBox.setChoiceMode(ListView.CHOICE_MODE_SINGLE);


这篇关于带有单选按钮的android listview的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆