gpt4 book ai didi

android - getEditableText 和 getText 有什么区别?

转载 作者:塔克拉玛干 更新时间:2023-11-03 00:39:34 26 4
gpt4 key购买 nike

我在 android 中使用 autoCompleteTextView 时发现了这个问题。

它似乎不允许 autoCompleteTextView 通过 getEditableText 方法获取数据,因为数据是由 autoCompleteList 选择的。

我的理解是,当用户使用 inputType(使用 android 键盘)编辑数据时,更改会通过可编辑界面保存在某处,但是当我们通过自动完成列表选择数据时,它不会将其视为可编辑数据。

如何找到哪个方法与哪个组件一起使用。或者我可以将这两种方法中的任何一个与任何可编辑和不可编辑的组件一起使用。这些方法对所有组件是否相同或有任何区别。

我要求概念上的澄清。最好提供一些示例。

提前感谢您抽出时间。

最佳答案

getEditableText()

Return the text that TextView is displaying as an Editable object. If the text is not editable, null is returned.

getText()

Return the text that TextView is displaying.

关于android - getEditableText 和 getText 有什么区别?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15476480/

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