gpt4 book ai didi

android - 如何将 CheckBox 添加到 Android 中的任何 ListView 项目?

转载 作者:行者123 更新时间:2023-11-29 02:17:11 25 4
gpt4 key购买 nike

我正在编写一个带有 ListView 布局的应用程序,我想添加到任何行在此 ListView 复选框中。我该怎么做?

这是我的 XML 文件:

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<ListView
android:id="@+id/listView"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_weight="1">
</ListView>
</LinearLayout>

谢谢莫希克。

最佳答案

您可以使用 BaseAdapter。你可以看一个例子 here .您几乎可以在列表项中添加任何内容。您可以通过覆盖 BaseAdapter 的 getView 方法来实现。您可以创建 View 并以编程方式添加复选框,也可以使用 xml 资源文件和 LayoutInflater。链接示例中使用了后一种技术。

关于android - 如何将 CheckBox 添加到 Android 中的任何 ListView 项目?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2697283/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com