Top "Windows-phone-7" questions

Windows Phone is Microsoft's, now deprecated, mobile operating system and software development platform.

Align Grid column to right

I have a Windows Phone / XAML Grid composed by 3 columns. In particular, I want the third column to be aligned …

wpf xaml windows-phone-7 grid
Get Unique Device ID (UDID) under Windows Phone 8

Is there any unique device ID (UDID) or any similar ID I can read out on Windows Phone 8 (WP8) that …

c# windows-phone-7 windows-phone-8
Windows Phone 7 (WP7) Change a button's background color on click

This seems like a really, really simple problem, but I can't figure it out. The culprit appears to be WP7…

windows expression-blend windows-phone-7
USB OTG Supported Phones?

I'm looking for Symbian/Android/Windows Phone which support USB OTG. I Have simple device which send very basic ascii …

android windows-phone-7 symbian usb-otg
How to Convert List to ObservableCollection?

I am a java Developer,new to C# silverlight. in this class I want to Convert the Products(List) to …

list windows-phone-7 listbox
How to Line Break or new line in XAML

I am having hard time to match Special characters set in XAML. I only on the following: To represent a …

c# .net silverlight xaml windows-phone-7
How to use credentials in HttpClient in c#?

I am facing some problems when using the HttpClient class to access to a Delicious API. I have the following …

c# windows-phone-7 windows-phone-8 dotnet-httpclient asynchttpclient
Passing data from page to page

I'm looking for the best practice on how to pass data from page to page. In Page A I have …

windows-phone-7
Windows Phone 7 Image Button

I need to create an Image Button for my application like web-oriented style. I have an image 20x20 pixel and …

windows-phone-7 imagebutton
Deserializing JSON using JSon.NET with dynamic data

I'm trying to deserialize some JSON data into objects for an application. Up until now it's been fine because the …

json windows-phone-7 json.net deserialization