Questions tagged [windows-phone-8]

Windows Phone 8 is a version of Windows Phone (Oct 29, 2012 - present) that succeeds Windows Phone 7.5 and includes many new features.

Windows Phone 8 ("WP8") is a mobile operating system developed by Microsoft, and is the successor to Windows Phone 7.5. Unlike Windows Phone 7 which was based on Windows CE, Windows Phone 8 uses the Windows NT kernel found in Windows 8.

Supported development platforms include C#/VB.Net with XAML, HTML, CSS and Javascript or Typescript and C++ with Direct3D. Although XNA applications can still be developed, they can only target Windows Phone 7.5 instead of Windows Phone 8 and are kept only for legacy purposes. Windows Phone 8 also supports building Windows Phone Runtime Components and has access to APIs also present in Windows 8, making development for both platforms simultaneously easier.

Download the development tools and SDK.

New features include C++ support, Direct3D, multiple resolutions, Micro SD card, NFC, Bluetooth, Multi-core processing, In-app purchase, text-to-speech, speech-to-text, voice commands, Wallet Hub, app2app communication, new background functionality, contacts and calendar write-access, lock screen integration, new tile templates, new camera APIs, built-in maps control, and much more.

Read about what's new in the Windows Phone 8 SDK.

More information

Learning resources

Rewards

18215 questions
21
votes
1 answer

Grid and StackPanel, which has the better performance?

Let's read these codes, I've defined two similar UserControls in a Windows Phone 8 project and I really want to which of them is better. I've check the profiling, it seems they are almost the same. UserControl 1, using grid's property to design my…
Eddie
  • 661
  • 1
  • 5
  • 13
21
votes
2 answers

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: How to animate page navigation? Yes, I know how to navigate from one page to another: NavigationService.Navigate(new…
craftsman
  • 15,133
  • 17
  • 70
  • 86
20
votes
3 answers

Deleting project/pages/usercontrols from memory

I have made a windows phone app, that unfortunately has some memory leak, because pages are not removed correctly. This was solved by using the answer: Remove Pages windows phone Stating: protected override void…
JTIM
  • 2,774
  • 1
  • 34
  • 74
20
votes
4 answers

Set StaticResource style of a control dynamically in the code

Let's say, I've got something like this (in MainPage.xaml):