gpt4 book ai didi

android - 在 AutoCompleteTextView addTextChangeListener 方法中获取项目位置

转载 作者:太空狗 更新时间:2023-10-29 13:15:46 26 4
gpt4 key购买 nike

我的自定义适配器中有自动完成 TextView 。当我在 onTextChange 监听器中写一些东西时,我想获得项目位置。我它给出了所有项目的位置。请帮我解决这个问题。谢谢!

最佳答案

autoCompleteTextView.setOnItemClickListener(new OnItemClickListener() {
public void onItemClick(AdapterView<?> parent, View view, int position, long rowId) {
String selection = (String)parent.getItemAtPosition(position);
//TODO Do something with the selected text
}
});

关于android - 在 AutoCompleteTextView addTextChangeListener 方法中获取项目位置,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34853570/

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