I hope my query is quite clear from the title itself. I need to implement the auto-completion for youtube(video suggestions in a list as the user begins typing).

I need this feature for one of my Android activities.

Experts, please advise as to how to get these auto-completion list as i start typing.

Any help in this regard is well appreciated.

Looking forward.

link|improve this question

35% accept rate
You will need to fetch the search results as the user types in, and bind it with AutoCompleteTextView every time you fetch results. – viv Oct 18 '10 at 5:46
Precisely I know that this has to be implemented using the AutoCompleteTextView.But, the fetching and binding part is what I am really unaware of. Is there any functionality that will enable us to fetch the suggestions as we type in? – user264953 Oct 18 '10 at 6:12
ANyone out there who knows how to do this? – user264953 Oct 18 '10 at 12:05
Well I was looking at a tutorial to do autocomplete using google places API. I imagine it would be something like this with youtube. <ddewaele.blogspot.in/2011/05/…; – generaldizzle Mar 15 at 19:48
We expect you to have attempted to solve this problem by yourself rather than asking the community to arrive at a complete solution for you. When you've got some code to show us that demonstrates some effort by you (even if it's wrong) please update your question and flag to re-open. Thanks. – Kev Mar 15 at 22:16
feedback

closed as not a real question by Kev Mar 15 at 22:16

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.