I have been looking at the SearchManager in Android and wanted to know
if it is possible to do multi parameter searches.  For instance lets
say you have a RESTful web services that can search on "LastName",
"FirstName", "BirthDate" and "Emal".
With this scenario I would like to present the user with 4 EditText
boxes and the can put search data in any of the Editboxes.
Any of these parameters can be passed in for the search and a zero or
more records will be returned.

I would like to use the search UI provided by Android to handle this
but I am not sure how this is done.
--~--~---------~--~----~------------~-------~--~----~
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