Reputation: 18746
I am using EditTextView , where user enter some text and make a search. I want to search the Wikipedia for and get result against the text. How do I can search a query from Wikipedia. I found the API. But I did not found a way to get the search result for my text.
e.g. If I enter "computer virus"
what will be the query for this ?
Upvotes: 3
Views: 392
Reputation: 19310
This will help you
http://www.mediawiki.org/wiki/API:Opensearch
Upvotes: 2