android-searchmanager Questions
2
Solved
I just got burned by a widget. I could see the cause of the problem, but I could not determine why or its solution. My widget was issuing a search (SearchManager) and the activity launched a search...
Zoogloea asked 16/7, 2010 at 21:25
5
Solved
I'm trying to get suggestions for SearchView. I've implemented a custom content provider for it. I've also referred to this link to implement suggestions for the SearchView. The problem I'm facing ...
Shelburne asked 18/7, 2012 at 14:6
4
Solved
I am trying to make my app consist a SINGLE activity. This activity should be able to create a search and also receive a search. Unfortunately, I am getting a "double" search bar in my SearchView w...
Alexiaalexin asked 11/10, 2013 at 0:3
6
Solved
In my application, like many other, there is a common search widget (http://developer.android.com/guide/topics/search/search-dialog.html#UsingSearchWidget).
I would change fragment (and pass to it...
Stomatology asked 20/6, 2014 at 18:39
9
Solved
This was working a few days ago, but suddenly it stopped. I only want to use the action bar search widget when certain fragment is visible.
Now I'm unable to get the SearchView, now getActionView ...
Rebeccarebecka asked 23/8, 2013 at 16:1
5
Solved
I m creating a custom SearchView, but so far I didn't find a (click)event or listener, if the user clicks on the searchView widget. So SearchView is close, user clicks on the search Icon (which lis...
Transportation asked 30/1, 2013 at 11:23
1
I have a SearchView in the Actionbar and I want the suggestion to be fetched from a service.
I have seen a sample in the android Samples Searchable Dictionary. but it is loading the results from a...
Collector asked 24/12, 2012 at 8:29
12
Solved
Does somebody know of a tutorial or an example of how to implement the standard Android search interface with Fragments? In other words, is it possible to put a standard search with a SearchManager...
Hallowell asked 29/8, 2011 at 13:37
1
Solved
I am writing a launcher and want to be able to open up a search as an overlay rather than full-screen in the Google App.
So far I only found a way to open the search in the Google App full-screen ...
Ornithorhynchus asked 5/7, 2016 at 21:55
5
Hello i am using android 3.0 search widget(not the search mode), the problem is i need to pass some parameters along with the search word.
Android isn't calling any of these
searchManager.setOnD...
Weighted asked 14/3, 2012 at 10:45
2
Solved
OK I have a multiple choice ListView that works fine. I check the boxes for the contacts (held in a String[]) and can return the values fine. Because some people have a bunch of contacts I wanted t...
Judicatory asked 25/2, 2011 at 21:36
2
Solved
I have a SearchManager setup where a suggestions dropdown will display as the user types. The results are from my server (http). I would like to display an icon with each option (if the file in fac...
Chuch asked 24/8, 2015 at 3:0
7
Solved
I'm having trouble setting up the search view in the action bar.
I followed the developer site, but it doesn't work. I get the feeling that I am missing something.
When I run my code, it always o...
Meson asked 18/4, 2012 at 20:38
7
Does anybody knows how to set android search dialog hint dynamically?
T have try to do something like:
<?xml version="1.0" encoding="utf-8"?>
<searchable xmlns:android="http://schemas.and...
Monkish asked 25/10, 2010 at 4:14
3
Solved
I'm developing search widget interface based on official tutorial: http://developer.android.com/guide/topics/search/search-dialog.html
Problem: My SearchableActivity doesn't get triggered when I e...
Baroque asked 16/8, 2012 at 13:12
2
Solved
I have a action bar search widget that offers search suggestion too. When the user types in a query and submits it or chooses a search suggestion, the keyboard doesn't disappear. How can I resolve ...
Hose asked 8/9, 2012 at 13:7
2
Solved
My use case is the following: in activity A, I have an action bar with a collapsible SearchView. When the user gives her query and presses the 'search' button, I would like to show activity B with ...
Isar asked 1/2, 2015 at 22:50
3
Solved
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 perf...
Innumerable asked 28/1, 2011 at 17:19
1
Solved
I wrote this small test application to demonstrate the problem, that is the searchable activity is not started when the user presses the search button on the keyboard.
I have been following the d...
Turboprop asked 19/12, 2014 at 14:10
4
Solved
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.
Here is a brief explanation : I have an object in a first...
Wiedmann asked 16/6, 2011 at 13:21
3
Solved
A month ago, I dropped-in ActionBarSherlock 4.2 into my project. I got everything to work, except the search suggestions for my SearchView. The way I was creating search suggestions was using the m...
Taddeo asked 10/12, 2012 at 10:2
2
I was trying to use the Holo Light theme with dark action bars as recommended on android guidelines.
This is my themes.xml file:
<resources>
<style name="Theme.MyApp" parent="@android:...
Damask asked 11/4, 2012 at 21:13
1
Solved
I set up a SearchWidget as described in the Android API Guide. It properly displays a magnifying glass icon in the Action Bar and if I click on it, it launches the search widget within the Action B...
Zanze asked 22/12, 2012 at 12:59
1
Solved
I want to implement a search function that open the default browser and search the passed string
public void searchOnGoogle(String keywords){
---
}
Is there a way using intent filter or I must i...
Diabolize asked 13/12, 2012 at 5:10
1
Solved
I currently have my application set up with a ListFragment on the left and a DetailsFragment on the right (similar to the layout on the tablet below).
On the action bar I have a search widget wh...
Piracy asked 4/3, 2012 at 16:48
1 Next >
© 2022 - 2024 — McMap. All rights reserved.