[android-developers] search suggestions

2011-06-26 Thread Ralph Bergmann
Hi, I followed the description in this article to implement the search system, everything works fine. http://developer.android.com/guide/topics/search/index.html But I dont understand the the user selects a suggestion behavior. The user enter a search string in the textfield and the system

Re: [android-developers] search suggestions

2011-06-26 Thread Ralph Bergmann
Am 26.06.11 17:26, schrieb Ralph Bergmann: What goes wrong? I found it, I forgot android:searchSuggestIntentAction=android.intent.action.VIEW android:searchSuggestIntentData=content://xxx -- You received this message because you are subscribed to the Google Groups Android Developers group.

[android-developers] Search suggestions for a SearchView Widget

2011-03-15 Thread Tom
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),

[android-developers] Search suggestions causing inconsistent behavior in application after triggered from Quick Search Bar

2010-06-11 Thread BillyK
I'm running into an issue with the Quick Search Bar that I'm hoping someone can help me with. My application includes a Searchable activity used to provide search behavior within my application. That search activity is designed to trigger a separate Intent when the search item is clicked on so

[android-developers] Search Suggestions/Autocomplete OnClick Behavior

2010-03-17 Thread SurtaX
I've implemented a search suggestion which works fine. I've used the onSearchRequested() method to make it work as well as the following XML: searchable xmlns:android=http://schemas.android.com/apk/res/ android android:label=@string/search_label android:hint=@string/search_hint