I've added a SearchView to the ActionBar like is done here: http://developer.android.com/guide/topics/ui/actionbar.html#ActionView and am running into a few issues. First, is there any mechanism for search suggestions, like with the standard search dialog (can I just hook up a Content Provider), or do I need to create my own view that I manually update in the onQueryTextChanged listener?
-- 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

