简体   繁体   English

Android如何在EditText中添加智能感知

[英]Android how to add intellisense in EditText

我正在使用Android。当用户写一些东西时,我想在editText上添加建议如何在editText中添加intelliSense?

You should use 你应该用

AutoCompleteTextView AutoCompleteTextView

Here is a short tutorial to implement this widget, which is working like a TextView, but with an adapter http://www.androidaspect.com/2012/06/autocompletetextview-example.html 这是实现此小部件的简短教程,该小部件的工作方式类似于TextView,但具有适配器http://www.androidaspect.com/2012/06/autocompletetextview-example.html

Use AutocompleteTextView Read this tutorial.I'm sure it will solve your problem. 使用AutocompleteTextView阅读本教程。我确定它将解决您的问题。 http://www.javatpoint.com/android-autocompletetextview-example http://www.javatpoint.com/android-autocompletetextview-example

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM