复选框在expandablelistview中不起作用

时间:2013-02-06 11:27:05

标签: android android-layout android-intent android-listview android-checkbox

嗨,我正在开发可扩展列表视图中的复选框,但我遇到了很多问题。

群组复选框

中的条件
  1. if user "checks" **Group checkbox** all the **Child** must get check.
  2. if user "Unchecks" the **Group checkbox** all the **Child** must get Uncheck.
  3. if user "checks" **Group checkbox** so all the **Child** wil get checked & if user  uncheck any 1 checkbox in the childrow(Out of 10 or more childrow) so group must get uncheck automaticlly.

儿童复选框

中的条件
 1. multiple selection 

问题

 1. mainly in in child, if check the childcheck box & scroll many checkbox which i selected is getting automatically unchecked when SCROLLING.

 2. In **Group checkbox** Conditions  3rd point. i dont know how to do it.

怎么做..如果任何一个人在这个概念上工作,请发布你的代码。

如果您希望我的代码在how to do checkbox in expanablelistview (in groupview and child view)

谢谢你请帮助我..如果你已经开始研究这个概念..我只是通过做这个概念浪费了3day ..但没有用..

1 个答案:

答案 0 :(得分:0)

你可以查看this site,它应该会有帮助。