Hi all!!

I want to create an autocomplete that gets its information from a
database query.  I have a database method that returns the Cursor
(with name, value and date fields) I need, but I dont know how to
actually fill it, so it works as expected as the Contacts API demo:
http://code.google.com/android/samples/ApiDemos/src/com/example/android/apis/view/AutoComplete4.html

I want the autocomplete to show the name field from the database
query.

I read the following thread, but still haven't been able to figure it
out.

http://groups.google.com/group/android-developers/browse_thread/thread/7ed8593be568d86e/3485e65aadfc7c77?lnk=gst&q=autocomplete#3485e65aadfc7c77

I have to use the methods:
runQueryOnBackgroundThread, convertToString, among others and extend
extends SimpleCursorAdapter, but I still don't know how to actually
use it.

Appreciate any help provided!!!

Best regards,

Juan

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to