gpt4 book ai didi

android - 如何在android中的可扩展 ListView 中的子点击部分触发事件

转载 作者:太空宇宙 更新时间:2023-11-03 13:30:04 25 4
gpt4 key购买 nike

在父级点击的可扩展列表中,我有一个子级,其中有 3 个 TextView ,例如,当我单击不同的 TextView 时,我想触发不同的事件。

for text view 1 output is hello
for text view 2 output is hi
for text view 3 output is heya

最佳答案

ExpandableListView expandableListView; 
expandableListView.setOnChildClickListener(new OnChildClickListener() {

@Override
public boolean onChildClick(ExpandableListView parent, View v,
int groupPosition, int childPosition, long id) {
// TODO Auto-generated method stub

//////////////////////////Change your child text values here.


return false;

}
});

关于android - 如何在android中的可扩展 ListView 中的子点击部分触发事件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14521957/

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