ListView显示结果而不是AutoCompleteTextView并单击条目?

时间:2013-09-07 16:08:21

标签: android search android-listview autocomplete

我遵循本教程http://developer.android.com/reference/android/widget/AutoCompleteTextView.htmlhttp://android-er.blogspot.in/2010/07/example-of-autocompletetextview.html

这是工作。

我正在开发一个地址簿应用程序。我的数据保存在SQLite数据库中。

  • 我希望我的ListView显示结果而不是AutoCompleteTextView。

  • 单击名称,应用程序将显示地址详细信息。我知道我必须使用意图在活动之间传输数据,但是如何识别要传输的名称数据。

我该怎么做才能获得这些功能?

非常感谢!

1 个答案:

答案 0 :(得分:0)

我不知道你是否找到答案,但我希望这个答案对你有所帮助:

https://stackoverflow.com/a/5051180/2275962