Is there a way that my Edittext in my application act as a search engine like google or yahoo? Is there any tutorial that can help me?
Asked
Active
Viewed 9,457 times
0
-
Are you trying to do something similar to suggestions drop down in google? – Comet Jul 10 '12 at 05:48
-
Not only the dropdown... but I want the actual search results from google, yahoo – rahul Jul 10 '12 at 05:50
3 Answers
1
i think you can use SearchView, for your purpose
refer this link also Creating a Search Interface

sunil
- 6,444
- 1
- 32
- 44
0
What are you trying to achieve ?, but you can directly gettext from edittext and search that text using google api.

Programmer
- 5,360
- 10
- 37
- 61
0
you can follow this tutorial Here if you search name automatically the matchings are highlight as like Google

Ram kiran Pachigolla
- 20,897
- 15
- 57
- 78