I am trying to build a windows phone application and i need to open wikipedia page for a particular search whenever the user clicks one. For this,shall i use a wikipedia api or the built-in wikipedia app from the windows store and in any case how shall i get around doing it. Please suggest some good tutorial. Any help would be appreciated.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
closed as not a real question by Will♦ Jan 15 at 14:59
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. For help clarifying this question so that it can be reopened, see the FAQ.
|
To consume apis you can use RestSharp, a simple to use client that offers data deserialization and enough features to consume almost any api. For a good tutorial check this blog post |
|||
|
|