I have written an application to show the contacts in the
AutoCompleteTextView.
while the user types the alphabets, it fetches the matching contacts to
display.

For this I have used a CursorAdapter

Now I have to get the Contact name when the contact is clicked.

How do i use 
setOnItemSelectedListener<http://code.google.com/android/reference/android/widget/AutoCompleteTextView.html#setOnItemSelectedListener%28android.widget.AdapterView.OnItemSelectedListener%29>
(AdapterView.OnItemSelectedListener<http://code.google.com/android/reference/android/widget/AdapterView.OnItemSelectedListener.html>l)
for the AutoCompleteTextvView.

Please help.

Regards,
Don.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to