Windows Phone is Microsoft's mobile operating system and software development platform. Use this tag for questions specific to Version 7.x
87
votes
5answers
3k views
Getting Started with Windows Phone 7
This is a community wiki list of Windows Phone 7 resources. Feel free to edit/add/etc.
When posting, please use the friendly format of
[Actual Name of resource with a link]
not
[some long URL with ...
47
votes
8answers
5k views
TextBox.TextChanged event firing twice on Windows Phone 7 emulator
I have a very simple test app just to play around with Windows Phone 7. I've just added a TextBox and a TextBlock to the standard UI template. The only custom code is the following:
public partial ...
35
votes
7answers
802 views
Tips for a successful Windows Phone 7 Marketplace submission?
Andrew Grant asked this question a few years ago for the iPhone Appstore. I thought it was very helpful, and now I'd like to ask fellow developers the same question in regards to the Windows Phone 7 ...
32
votes
5answers
5k views
Developing cross platform mobile application
More and more mobile platforms are being launched and sdk's are available to developers. There are various mobile platform are available,
Android,iOS,Moblin,Windows mobile 7,RIM,symbian,bada,maemo ...
30
votes
7answers
3k views
Local Sql database support for Windows phone 7
I would like to develop for Windows Phone 7 but the lack of database support still blocks me. Has anyone found a good library, stack to use for accessing local database from WinPhone7?
Can you post ...
28
votes
2answers
585 views
Custom WP7 Silverlight control with dynamic 3D content
Ideally I need to implement a WP7 control that can be added to any XAML and which displays a dynamic, interactive 3D scene.
Currently I have this implemented via XNA in shared mode, and the UI is ...
28
votes
4answers
812 views
Shouldn't this cause an Overflow? It doesn't!
What's up with this, anyway? I do a simple multiplication:
Int64 x = 11111111111;
Int64 y = 11111111111;
Int64 z = x * y;
And at the end of the multiplication, z shows a value of:
...
26
votes
2answers
587 views
Silverlight: Glyphs Width
Scenario
I want to use Glyphs on WP7 to create a line of text that is justified, i.e. touches the left and right border of the surrounding rectangle.
My solution
var glyphs = new Glyphs();
...
26
votes
8answers
12k views
Windows Phone 7 and C++/CLI
Microsoft recently released tools and documentation for its new Phone 7 platform, which to the dismay of those who have a big C++ codebase (like me) doesn't support native development anymore. ...
24
votes
3answers
974 views
Will I still need tombstoning in Mango?
With multi-tasking enabled, can I safely throw away tombstoning when porting my project to Mango?
23
votes
16answers
861 views
Resources for Windows Phone 7 development
Windows Phone 7 has been unveiled and MS have announced all details of the development chain at the Mix10 conference.
So this could be a good starting point/collection of online resources as they ...
22
votes
5answers
4k views
The [NeutralResourceLanguage] attribute is missing on the entry assembly
I'm trying to submit an app to the windows phone 7 marketplace and have never encountered this error when validating my .xap package. App Hub just remodeled and became back online roughly an hour ago. ...
20
votes
2answers
5k views
Getting GPS coordinates on Windows phone 7
How can I get the current GPS coordinates on Windows Phone 7?
17
votes
4answers
12k views
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's default style. It changes the background color to white when a button is clicked, then back ...
16
votes
3answers
503 views
Anyone have experience with architecture for cross platform WP7 Android iOS mobile development (monotouch, monodroid, C#)
This question is specifically related to a recommended architecture and people's previous experiences for cross-platform WP7, iOS, Android apps developed using C#, Monotouch and Monodroid ...
16
votes
6answers
1k views
Targeting/Developing for multiple mobile platforms with one programming language (C#)? Cost-Benefit?
Today it is possible to use C# programming for multiple mobile platforms such as:
WindowPhone7
Android - Monodroid
iPhone - Monotouch
(feel free to edit if I missed some)
Of course, it is still ...
16
votes
2answers
1k views
Open Marketplace from Windows Phone 7 browser
Is there a way to open the Windows Phone 7 marketplace from a page being viewed in the mobile browser.
In an WP7 app I can do this:
MarketplaceDetailTask marketplaceDetailTask = new ...
16
votes
1answer
3k views
How do I change the startup page on a WP7 Silverlight app?
I have added a new XAML page to my WP7 app and I need the application to startup on this new page. How do I do that ?
I cannot find MainPage (which is the current / default start page) referenced ...
16
votes
4answers
9k views
How to handle the back button on Windows Phone 7
On the windows phone 7 emulator, when the hardware back button is pressed, the default behaviour is for it to close your current application. I want to override this default behaviour so that it ...
15
votes
2answers
232 views
How to manage large set of data on a mobile device
I am currently implementing a Japanese dictionary and would like some ideas on how to find entries in a fast and efficient manner. The dictionary entries themselves are loaded and stored in a class ...
15
votes
7answers
1k views
Resizing images on Windows Phone 7 on thread pool thread?
I'm writing a Windows Phone 7 app that deals with a lot of images - These images can range from a few hundred pixels up to 1080P (Potentially higher in future).
Images are very resource intensive so ...
15
votes
4answers
568 views
What are some performance tips when making Windows Phone 7 applications?
As performance is very important for Windows Phone 7 application development I am starting this question so that we can collect here some helpful performance tips.
General:
Performance ...
15
votes
5answers
421 views
What is this event?
Could someone explain what this C# code is doing?
// launch the camera capture when the user touch the screen
this.MouseLeftButtonUp += (s, e) => new CameraCaptureTask().Show();
// this static ...
14
votes
3answers
2k views
How can I simulate multi-touch in the Windows Phone 7 emulator?
I’m running the Windows Phone 7 emulator/simulator and I need to simulate the two-finger pinch/zoom gesture. Any tips?
14
votes
5answers
431 views
Best practice for a multi-target .NET library
I'm planning on releasing an open source (MIT) .NET library, but also including DLLs to make it easy for people so they don't have to compile everything themselves.
My library is very simplistic in ...
13
votes
2answers
608 views
Windows Phone 7 - SQLite with Encryption
I was using System.Data.SQLite for SQLite in Windows Mobile. It has built-in encryption support. I have found many SQLite implementation for Windows Phone 7. But, none of them have built-in support ...
13
votes
5answers
903 views
Want to start with Windows Phone 7 development
As just now, I heard about the Windows Phone 7 development. So I would like to know the following things regarding Windows Phone 7:
From where can I start with Windows Phone 7 development? What are ...
13
votes
2answers
1k views
How to hide application title in WP7 application tile
I'd like not to show the application name in the tile of Windows Phone 7, like the Netflix or the Facebook applications do, but when I try to set it to empty (or even an empty space) Visual Studio ...
13
votes
8answers
2k views
Windows Phone 7 Charting/Graphing Controls
We're working on a Windows Phone 7 prototype application and we need a Graphing/Charting control to work with. We looked at the Silverlight Toolkit, which has some controls that look like they would ...
13
votes
2answers
3k views
HttpUtility.UrlEncode in Windows Phone 7?
The regular .Net framework contains HttpUtility.UrlEncode in the System.Web Assembly and in Silverlight it appears it was moved to System.Windows.Browser. But in Windows Phone 7 (which I thought was ...
13
votes
13answers
13k views
Good tutorials for learning c# for Windows Phone 7 development
I have downloaded the Visual Studio 2010 CTP along with Phone 7 emulator, but am finding writing code a little counter intuative (coming from a c++ background). Can someone direct me to some good ...
12
votes
4answers
397 views
Is there any use of favicon.ico for mobile websites?
Is there any use of favicon.ico for mobile websites? will it be shown in browser address bar and tabs in mobile websites
We use apple icons <link rel="apple-touch-icon" ...
12
votes
0answers
220 views
Why am I getting a “well-formedness constraint: unique attribute spec” (0xc00cee3c) error when I descend from LongListSelector
I'm trying to create a descendant class from the silverlight toolkit LongListSelector. Let's call it SimpleLonglistSelector. I started from the "Silverlight for Windows Phone Toolkit Source & ...
12
votes
2answers
325 views
Windows Phone 7 - Steps for Authenticated Push Notifications
I have looked through lots of different resources via the internet for pre-requisites and implementations of the Authenticated Push Notification mechanism for Windows Phone 7.
I have gone through:
...
12
votes
5answers
383 views
State of unit testing for Windows Phone
I've been pushing my Google Fu to the limits trying to find the most recommended / stable setup for doing TDD + CI for Windows Phone applications. Can anyone who has successfully been doing this point ...
12
votes
2answers
4k views
WP7 Application Bar Icons not showing on Simulator (but works in Blend)
It is most probably a stupid mistake, but can anyone tell me why my icons are showing in Blend, but not in the simulator (and not in VS10, but that's not really an issue)
edit: here is my xaml :
...
12
votes
4answers
4k views
Windows Phone 7 close application
Is there any possibility to programatically close Silverlight application on Windows Phone 7?
12
votes
5answers
5k views
Which programming language(s) does Windows Phone 7 (WP7) support?
As I recall, WP7 supports C# but does not support any of the .Net dynamic languages (Ruby or Python). Are any other programming languages besides C# supported? Could an app be developed using Boo?
11
votes
2answers
160 views
What is a good way to design a media player on Windows phone? [closed]
Some friends and I are creating a Google music type of project in order to learn a few Microsoft technologies.
I am responsible for the Windows phone app and having it interact with WCF to get a ...
11
votes
1answer
626 views
Retrieving own cell number in Windows Phone 7 in C#
How can I retrieve own cell phone number and IMEI in C# for Windows Phone 7?
Thanks
11
votes
3answers
817 views
WP7 How to debug airplane mode on device?
Is there a way to debug airplane mode on the device? I tried turning airplane mode on in the device settings and disabling the internet connection on my computer, but ...
11
votes
3answers
1k views
wp7 Haptic Feedback
Where could I find documentation on how to implement haptic feedback for windows phone 7? I want the phone to give short vibrations when a button is pressed.
11
votes
2answers
5k views
A super-simple MVVM-Light WP7 sample?
I am looking for a sample that demonstrates in the lightest way possible the following:
A Model that invokes a SOAP based web service; regularly polling to get the latest value (assume the SOAP ...
11
votes
6answers
8k views
10
votes
2answers
328 views
Is there a SIP library for Windows Phone 7 yet?
I am currently in the process of designing (not implementing yet) a Windows Phone 7 application that our team thinks should use SIP (the VoIP standard). With the new Mango SDK, this should be ...
10
votes
2answers
292 views
I have a windows phone 7 application how do I make sure it supports fast task switching?
What do I need as a developer to be sure my apps support fast task switching?
Ideally, I'm looking for like a developer check list of dos and don'ts.
I did search, but everything I found made me ...
10
votes
7answers
299 views
Best resource to learn Windows Phone Development?
I'm looking for online reference / book recommendations, video tutorials, etc...
I've been programming for a while now (Java / Shell), so I don't need a book that spends a lot of effort on basic ...
10
votes
1answer
217 views
How to implement Camera app style photo strip on WP7?
I'm running into a number of problems creating an effect very similar to the photo strip in the Camera app.
All I want to do is display a row of grids that each have the same dimensions as the screen ...
10
votes
3answers
589 views
How should I handle user identity for a Window Phone / WCF / ASP.NET MVC application?
I'm working on an application which allows data entry and display from both a Windows Phone application and an MVC 3 web interface. Data access for the phone client is via authenticated WCF services ...
10
votes
7answers
7k views
Close a WP7 application programatically? [closed]
Possible Duplicate:
Windows Phone 7 close application
How do I programatically close a WP7 application?