An open API service indexing awesome lists of open source software.

https://github.com/tim9liu9/listview-radiobutton-checkedtextview

ListView + Radionbutton的单选方式,在github里面有个https://github.com/VEINHORN/ListViewWithSingleChoiceRadioButtonSample 是错误的,用baidu搜索的东西,也是有很多错误。
https://github.com/tim9liu9/listview-radiobutton-checkedtextview

Last synced: 28 days ago
JSON representation

ListView + Radionbutton的单选方式,在github里面有个https://github.com/VEINHORN/ListViewWithSingleChoiceRadioButtonSample 是错误的,用baidu搜索的东西,也是有很多错误。

Awesome Lists containing this project

README

          

ListView-RadioButton-CheckedTextView
====================================

ListView + Radionbutton的单选方式,在github里面有个https://github.com/VEINHORN/ListViewWithSingleChoiceRadioButtonSample 是错误的,用baidu搜索的东西,也是有很多错误。
ListView + CheckedTextView的单选方式,必须对item的layout的布局有个要求,要实现Checkable接口。