我遵循本教程http://developer.android.com/reference/android/widget/AutoCompleteTextView.html和http://android-er.blogspot.in/2010/07/example-of-autocompletetextview.html
这是工作。
我正在开发一个地址簿应用程序。我的数据保存在SQLite数据库中。
我希望我的ListView显示结果而不是AutoCompleteTextView。
单击名称,应用程序将显示地址详细信息。我知道我必须使用意图在活动之间传输数据,但是如何识别要传输的名称数据。
我该怎么做才能获得这些功能?
非常感谢!