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搜索的东西,也是有很多错误。
- Host: GitHub
- URL: https://github.com/tim9liu9/listview-radiobutton-checkedtextview
- Owner: Tim9Liu9
- Created: 2014-08-20T15:54:49.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-08-20T16:08:15.000Z (almost 12 years ago)
- Last Synced: 2025-01-06T11:37:42.863Z (over 1 year ago)
- Language: Java
- Size: 793 KB
- Stars: 2
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ListView-RadioButton-CheckedTextView
====================================
ListView + Radionbutton的单选方式,在github里面有个https://github.com/VEINHORN/ListViewWithSingleChoiceRadioButtonSample 是错误的,用baidu搜索的东西,也是有很多错误。
ListView + CheckedTextView的单选方式,必须对item的layout的布局有个要求,要实现Checkable接口。