Top "Windows-phone" questions

GENERAL WINDOWS PHONE SUPPORT IS OFF-TOPIC.

How do you get the button name/tag when the event button.click occurs?

I'm making buttons programatically and adding them to a stack panel so the buttons change each time the user navigates …

c# wpf windows-phone-8 windows-phone visual-studio-2013
await httpClient.SendAsync(httpContent) is non responsive

await httpClient.SendAsync(httpContent) is not responding though I found no error in code/url its still getting hang. Please …

c# windows-phone
WebUtility.HtmlDecode vs HttpUtilty.HtmlDecode

I was using WebUtilty.HtmlDecode to decode HTML. It turns out that it doesn't decode properly, for example, – is …

c# html .net windows-phone
How to download an image from an URI and create a bitmap object from it?

I'm trying to download image from a website and create bitmap based on that image. It looks like this: public …

c# windows-phone
Upload image using HttpClient

I want to upload a file using HttpClient to a php script to save it on a server in a …

c# windows-phone-8 windows-phone httpclient
Accessed JArray values with invalid key value: "fields". Array position index expected

I am using the guardian API to try and retrieve stories but keep receiving an exception. The string of json …

c# json linq windows-phone json.net
How to debug a website on Windows Phone? [not remote debug]

I am a web developer and would like to debug a webapp/website on a Windows Phone device. It would …

internet-explorer debugging windows-phone
Windows Phone 8: How to animate page navigation?

I am new to Win Phone 8 development and after a tiresome unfruitful Googling, I am posting this simple question here: …

c# windows-phone windows-phone-8
simply stop an async method

I have this method which plays a sound, when the user taps on the screen, & I want it to …

c# windows-phone async-await
Geolocation in C#

I'm trying to develop an application that should be something like a game. The user would have some locations in …

c# geolocation windows-phone windows-phone-8.1