Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我该怎么做,我想在其中显示 1 个单选按钮和 1 个复选框
listview,你能帮我解决这个问题吗?我还是初学者,谢谢。
为什么要 listView 和 RadioButton 和 CheckBox,可以使用 TableLayout、TableRow 和 ScrollPane 来实现。但是,如果您想这样做,请使用 BaseAdapter。
我认为你需要实现一个自定义的Adapter(即扩展BaseAdapter类) BaseAdapter类是一个abstart类,它已经实现了ListAdapter、SpinnerAdapter和Adapter接口,并且具有构建Custom Adapter的基本基础。