6

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.

user264953
  • 1,837
  • 8
  • 37
  • 63
  • 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 05: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 06:12
  • ANyone out there who knows how to do this? – user264953 Oct 18 '10 at 12:05
  • 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 '12 at 22:16
  • Well I was looking at a tutorial to do autocomplete using google places API. I imagine it would be something like this with youtube. – Breadly Mar 15 '12 at 19:48

0 Answers0