Hi,
In Windows RT Location application can run in background..? As we can do in windows Phone 8 , application can run in background (as Service) when we use Location Service (API).
Can we do same in Windows RT for surface PC ?
-RomeshDB
Application can not run in the background, but we can use background task to help us do something in the background, like service. Background even can run when user lock screen. Here is the quick start http://msdn.microsoft.com/en-us/library/windows/apps/xaml/hh977055.aspx
Here is the sample http://code.msdn.microsoft.com/windowsapps/Background-Task-Sample-9209ade9
Best regards, Jesse
Jesse Jiang MSDN Community Support | Feedback to us Develop and promote your apps in Windows Store Please remember to mark the replies as answers if they help and unmark them if they provide no help.