android-searchmanager
Android Styling/Theming of just Search Dialog
tl;dr: White text style in app theme being picked up by search dialog, making search text invisible. I\'m struggling mightily with what seems like a trivial issue.[详细]
2023-04-08 02:26 分类:问答Android search with Fragments
Does somebody know of a tutorial or an example of ho开发者_JAVA百科w to implement the standard Android search interface with Fragments? In other words, is it possible to put a standard search with a S[详细]
2023-03-31 06:20 分类:问答Why can't we not open the option menu when the searchbar of SearchBarManager is open?
I made an Android appl开发者_开发知识库ication that uses that uses the SearchManager. The problem is that when the search bar is open, the menu button is not working. But in the rest of the aplica[详细]
2023-03-25 18:31 分类:问答How to determine if ContentProvider is being called from Global Search?
I\'d like to change the results of my typeahead provider for my app slightly when it is being called in the global search as opposed to the in app search. How can I determine if it i开发者_StackOverfl[详细]
2023-03-19 13:08 分类:问答When I press the hardware search button, the search bar and keyboard appears. How to 'press the search button' from code?
I\'ve created a searchable activity as described here: http://developer.android.com/guide/topics/search/search-dialog.html.[详细]
2023-03-19 09:48 分类:问答quick search within app in android?
I have a application already working fine. I need to implement a quick search feature to it. Quick search i mean as the users types in every single character i 开发者_StackOverflow社区want to result t[详细]
2023-03-17 15:06 分类:问答Perform search on Android within the same activity
I\'m trying to integrate search in my app but I\'m being blocked by one issue. My activity is declared like this and is located inside of TabActivity.[详细]
2023-03-15 15:16 分类:问答Problem passing a Bundle with onSearchRequested
I\'m actually trying to use the built-in search interface of Android, but I have some issues when I try to pass data with the search query.[详细]
2023-03-13 05:37 分类:问答Multiple SearchRecentSuggestionsProvider classes in Android app possible?
I have two different Search activities implemented with SearchManager in my app. One is the default searchable for the whole app and the other is used for only one activity. These two searches perform[详细]
2023-02-07 20:38 分类:问答How can I finish the current activity when performing a search in Android?
I have search functionality in my app. When the search bar is invoked from a \"show activity\" and the user performs a search, I want to finish the开发者_如何学Python show activity and take the user t[详细]
2023-01-29 22:23 分类:问答