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

18315 questions
3
votes
1 answer

Migration from Skydrive to Onedrive

Once I've updated my App, I got a 'warning' message from Certification test: The app and its associated metadata does not accurately represent its functionality, capabilities, and features. NOTE: Please update any references to SkyDrive within your…
Romasz
  • 29,062
  • 12
  • 73
  • 140
3
votes
2 answers

Show prompt with textbox input in windows phone 8 app

I am designing a windows phone 8 app. In this app I am recording a video and after recording completion ask the user for the file name to be saved, and then save the file in isolated storage with given name. I have a separate videorecorder.xaml page…
user2139676
3
votes
0 answers

Drawing polyline with JSON data on Windows Phone Map application

I am trying to draw a polyline using the "PATH" from the JSON data after clicking on the "Draw Polyline" button. However I met with this error, "An exception of type 'System.ArgumentException' occurred in ESRI.ArcGIS.Client.DLL but was not handled…
user3417980
3
votes
1 answer

Connection to remote location WP8

In my application I have to display all tours that are provided by my agency. This tours are KML files exported from google maps, and reside on their server. I want to get all the file names in that directory and then download the requested one to…
mr. Holiday
  • 1,648
  • 2
  • 17
  • 37
3
votes
2 answers

How to pass value to constructor from xaml?

I want to assign a value right when initializing a new UserControl: public partial class MyUserControl : UserControl { public MyUserControl(int id) { InitializeComponent(); //.. do something with id } // ... } Is…
user3293835
  • 789
  • 1
  • 13
  • 27
3
votes
1 answer

Opening a pop-up windows when app bar is opened in windows phone 8

I am looking for a way to open a custom popup when appbar is opened on windows phone 8. What event shall i capture via which i can open the popup along with the appbar. Thank you in advance.
ashok
  • 187
  • 2
  • 10
3
votes
1 answer

What is the best to use with developing Windows phone 8, SQL Server Express or SQL Server Compact or SQLite?

I want to build a new windows phone application that connect with local database, I want to write some complicated SQL to retrieve data. What is the best to use with Windows phone 8.1, SQL Server Express, SQL Server Compact edition, or SQLite? Pros…
Bashar Abu Shamaa
  • 1,828
  • 2
  • 20
  • 33
3
votes
2 answers

How to determine whether the app is returning from being dormant or tombstone?

guys, now I'm developing a windows phone 8 app, I have an issue which is how to determine whether the app is returning from being dormant or tombstone ? Thanks
prebo
  • 33
  • 3
3
votes
4 answers

not return correct post method result

I'm trying to make an application in windows phone 8 login functionality using php/my sql i have following php script : in my windows phone c# click event i wrote following things : private void btnLogin_Click(System.Object sender,…
vir
  • 1,071
  • 4
  • 16
  • 31
3
votes
3 answers

How to get WP7-style ANID on Windows Phone 8?

I have a Windows Phone 7 app which relies on ANID to store user data on remote server. Now I'm preparing Windows Phone 8 version of it. When user will download this update previous WP7 app version will be replaced by this new WP8 version. But there…
Tertium
  • 5,477
  • 3
  • 27
  • 49
3
votes
2 answers

Get links inside a DIV

I want to be able to get first link from inside this div.
3
votes
1 answer

Using Dependency object for color animation WP8

I'm using a button where I've shaped it, in its ControlTemplate. I've also added a storyboard in the controlTemplate. The storyboard changes the boarder of the element in my controlTemplate. I access this from the code behind and activate it, the…
3
votes
1 answer

Windows Phone 8 - Memory Profiler Missing

When I start WP8 app analysis(debug, Start Windows Phone Application Analysis) two out of three options are missing: Monitoring (missing) Profiling Execution Memory Profiling (missing) I hope I'm just missing something stupid but any help would be…
Psychic Rush
  • 331
  • 3
  • 13
3
votes
1 answer

Error: The imported project "C:\Program Files (x86)\MSBuild\Microsoft\WindowsXaml\v11.0\Microsoft.Windows.UI.Xaml.Cpp.targets" was not found

I am trying to build a Cocos2D-X project on Windows Phone 8. I am being able to run the app successfully on emulator but when I try to run it on device I get the following error: error MSB4019: The imported project "C:\Program Files…
glo
  • 1,318
  • 3
  • 23
  • 53
3
votes
2 answers

How to access the camera from my Windows Phone 8 app (XAML and C#) and save the taken picture in a determined folder?

I want the Windows Phone 8 app that I am building at this moment to access the camera for taking a photo when a concrete button on the screen is pressed and then save the image that has been taken into a determined folfer (a folder created into the…
DrewJXW
  • 71
  • 1
  • 5
1 2 3
99
100