Questions tagged [android-qsb]

8 questions
13
votes
2 answers

Set google as search bar in home screen Custom launcher programmatically

I am creating 'my own launcher. In that case I want to putQuick search bar` in my home screen i.e. Google now launcher. How can I do that. I have gone through multiple threads but not found any relevant answer. I don't want to show the widget…
rupesh
  • 2,789
  • 4
  • 21
  • 48
2
votes
1 answer

QSB (Quick Search Bar): make suggestions editable

How to make the suggestions in the QSB editable when the user clicks on it? I.e. via an edit icon on the right, like on the Google Search app. Is there a standard way to do it, or does it require to implement it from scratch, i.e. customized…
Mathias Conradt
  • 27,904
  • 20
  • 132
  • 186
1
vote
1 answer

GoogleTV V3 QSB suggestion, change image aspect ratio

I am running into an interesting issue; I have my app providing search suggestions to the QSB along with a movie poster via SUGGEST_COLUMN_ICON_1. On versions of GTV prior to v3 I would get the poster displayed properly. On v3, the suggestion is…
user1568967
  • 1,596
  • 2
  • 13
  • 18
0
votes
4 answers

getting users back in app through homescreen integration

I'm trying to figure out ways to get users to return into my app more often. so far i have: http://android.arnodenhond.com/tutorials/home-screen Widgets Live Folders Shortcuts Install shortcut Quick Search Box Notifications please answer any…
0
votes
1 answer

in google tv, QSB only show results custom data at 'other' tab?

I made two custom content provider and confirmed, in nexus 7 version 4.3 to show results at different tabs. also I compiled with API 17. And then I deployed to Google TV, but it show different view. in Google TV, showing only one result and all…
hardboil
  • 3
  • 2
0
votes
1 answer

GoogleTV quick search box suggestions only showing 1 entry

I am trying to get the global quick search box in googletv to show me all my custom suggestions. When running my app on the latest googleTV emulator, the Global QSB shows me all the appropriate custom Suggestions; however running the same app on a…
user1568967
  • 1,596
  • 2
  • 13
  • 18
0
votes
1 answer

automatic/programatic opt-in for new QSB/Search Manager content provider

I wrote a new Content Provider to serve a new Searchable Item class for the Search Manager. As I understand now, user has to opt-in so that my new searchable item class is included in their global search. Is there a way to automatically opt-in when…
-1
votes
1 answer

Implement QSB like suggestions in android app

I need to give a search box in my android app. As the user starts typing in the search text, I need to show him relevant suggestions. (As we see in the google-search widget on the home screen. If we see from the logs,…
AndroidGuy
  • 1,200
  • 4
  • 14
  • 32