Hello,

I need to implement a search for my app that is "incremental" rather
than occurring only when the user presses the "Go" or "Search"
button.   I'd still like to use the SearchManager to do it so that my
app is integrated with the native search functions, however.

Essentially, what I want is for my search results action to be invoked
or notified every time the user enters a character rather than only at
the end so that my list can be refiltered and they can see the results
view changing "live" as they enter characters.

For an example, this is how the Contacts search in Android behaves.

Is there any way to get notified each time the search query changes?
Or other way to achieve this without implementing my own entire search
interface?

NB:  I know I could use search suggestions to do something similar,
but I really want to have complete control of the results view rather
than using the suggestions interface.

Thanks!

Simon

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" 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-developers?hl=en

Reply via email to