Questions tagged [windows-phone]

GENERAL WINDOWS PHONE SUPPORT IS OFF-TOPIC. Windows Phone is Microsoft's mobile operating system and software development platform. Use this tag for programming questions that specifically relate to programming or debugging on a Windows Phone. Windows Phone questions that are not programming-related can be asked on https://windowsphone.stackexchange.com/

Windows Phone is a mobile operating system developed by Microsoft, and is the successor to its Windows Mobile platform.

Development Platforms

External Resources

Windows Phone guide for Android developers

Free Windows Phone Programming Book

More information

6786 questions
2
votes
1 answer

How to launch another Win Phone 8 app from URI?

I know there is similar question, but it's for Win Phone 7, and the answer is no. Is it possible in Win Phone 8?
wizardlee
  • 881
  • 8
  • 13
2
votes
0 answers

windows phone supported capturing formats

I'm working on a project for windows phone and I need to encode PCM to G.711.So I need device to capture audio with these features: 16 bits, 8000 sample/s. capturesource.AudioCaptureDevice.SupportedFormats returns a list of different supported…
harsini
  • 326
  • 2
  • 14
2
votes
1 answer

Accessing Facebook Events

Possible Duplicate: How to get all events from a facebook Page I am working on a windows phone application and I need access to Facebook events. I have found the Facebook C# SDK but there is nothing about accessing the events. I am not asking for…
2
votes
1 answer

Timer Fires->Audio File Does Not Play Cleanly

I am writing a Windows Phone 8 application and am trying to play an audio file (in this case Metronome920.wav, a 0.07s, 6kb file) when a timer fires. The file plays when the timer fires, but probably 40-50% of the time, when it plays, it…
2
votes
3 answers

Can't switch between windows phone emulators or devices

I'm trying to port our existing windows phone 7.5 app to be available for our windows phone 8 users in Visual studio 2012. The app has been developed in Visual studio 2010, on a windows 7 machine. I have a new laptop set up with Windows 8 and visual…
Michiel
  • 468
  • 3
  • 23
2
votes
1 answer

IE bug responsive

I've a problem with my responsive design in IE (mobile resolution). I've just been busy with a correct view in Android and iOS phones. But now I've recognized that the mobile view for IE (10) on windows mobile (8) bugs. The problem is that on the…
2
votes
1 answer

How to simulate Trial mode on Windows Phone 8 app?

I've been developing and testing WP apps for more than year, including paid apps with trial versions, Silverlight and XNA too. When using Guide.SimulateTrialMode and Guide.IsTrial in WP7 SDK, it was perfectly working in emulator and on real device…
Martin Suchan
  • 10,600
  • 3
  • 36
  • 66
2
votes
2 answers

Creating a build on windows phone 8

I want to make a build (like APK) of my windows phone 8 app for testing. How can i do so.?
Samee Mir
  • 145
  • 1
  • 11
2
votes
2 answers

Android, Iphone, Windows and Blackberry API search apps

Is it possible to search apps via API on: 1. Android Market 2. App Store 3. Windows Phone App Store 4. Blackberry App World 5. Facebook App Store and if so, can you provide specific links to that sections (not only to the develops pages)? Thanks
Oscar Fanelli
  • 3,337
  • 2
  • 28
  • 40
2
votes
0 answers

Windows Phone XNA and Silverlight Cannot use Pivot Control?

I'm trying to create a Windows Phone 7 combo application that uses Silverlight + XNA ("Windows Phone XAML and XNA" template). One page will have XNA+Silverlight UI controls and the rest will be pure UI pages with no XNA. I'd like to use the Pivot…
7200rpm
  • 548
  • 1
  • 4
  • 14
2
votes
1 answer

Header fields in MessageContract class are not available in Windows Phone application

I have a WCF service. In that service I have defined class marked MessageContract attribute: [MessageContract] public class RemoteFileInfo : IDisposable { [MessageHeader(MustUnderstand = true)] public string FileName; …
tgrabus
  • 103
  • 1
  • 9
2
votes
3 answers

Windows phone 7 app on windows phone 8

I have seen there is support for windows phone 7 app on windows phone 8. I have developed some apps on windows phone 7 and I want to run it on windows phone 8 emulator to test my app. Is there any way for doing this?
Samee Mir
  • 145
  • 1
  • 11
2
votes
1 answer

Reading RSS with Syndication Feed and XMLReader in Windows Phone 7

Hi I want to read the following Rss in Windows Phone. I can read the common items such as title with the Syndication Feed. But I'm unable to read the elements like from that. I have tried some codes too. But they didn't work. Here's the…
kinath_ru
  • 4,488
  • 3
  • 21
  • 26
2
votes
0 answers

Animating item removal from LongListSelector

So I have a View Model bound to a collection of custom objects with some properties (Name, Size etc) which implements NotifyPropertyChanged so the LongListSelector updates accordingly. Now I want to add some animations to the LongListSelector which…
Travv92
  • 791
  • 4
  • 14
  • 27
2
votes
2 answers

Create, Delete, Update Contacts windows phone 8 with .net

Is there any way to create new contact or update/delete pre-existing contact in window phone 8 SDK? .Net or Native code, I need to allow my app to manage the contacts regardless the contact account (Google, Microsoft ...) similar as the build-in…
Sameh
  • 934
  • 1
  • 14
  • 40
1 2 3
99
100