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 to 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 ?

link|improve this question

feedback

1 Answer

up vote 3 down vote accepted

This will help you

http://www.mediawiki.org/wiki/API:Opensearch

link|improve this answer
That is what I was looking for. Thanks – Arslan Sep 21 '11 at 11:47
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.