Tagged Questions
The windows-phone-7 tag has no wiki summary.
6
votes
0answers
342 views
StackO: A Windows Phone 7 StackExchange App
EDIT
STACKO is now available for download from the Marketplace.
For features/suggestions please visit http://stacko.uservoice.com/
StackO is a StackExchange browser allowing you to search the whole ...
21
votes
0answers
3k views
Overflow7 - Stack Exchange sites on Windows Phone 7
Video of 1.0
On YouTube - http://bit.ly/stackoverflowforwp7
About
This is a Stack Overflow app for Windows Phone 7 - it allows you to browse, read and bookmark Stack Exchange sites
Screenshot
...
6
votes
4answers
647 views
Stackoverflow as an app on Windows Mobile 6.5 and Windows Phone 7?
Do you know of an app for Windows Mobile 6.5 and Windows Phone 7 that let me use stackoverflow.com and hast most (if not all) features of the site itself. Maybe there is one currently in development? ...
2
votes
2answers
142 views
SOAPI data fails on WP7
Im trying to simply get all of the recent questions using Windows Phone 7.
But I keep getting an ObjectDisposedException
My Code is not complicated:
public void BeginGetAllRecentQuestions()
{
...
39
votes
11answers
3k views
Soapi.CS : A fully relational fluent .NET Stack Exchange API client library
Soapi.CS for .Net / Silverlight / Windows Phone 7 / Mono
as easy as breathing...:
var context = new ApiContext(apiKey).Initialize(false);
Question thisPost = context.Official
.StackApps
...
86
votes
6answers
9k views
Stacky - A .NET client library (Full support for 2.0)
Stacky - A .NET Client Library
The same great library now supports the 2.0 API!
https://bitbucket.org/lfoust/stacky
Sample Code
IUrlClient urlClient = new UrlClient();
IProtocol protocol = new ...