Chris Cortes
Biography
Chris Cortes is a Program Manager on the Windows Developer Ecosystem and Platform team. He is responsible for application execution on all devices that support the Universal Windows Platform.
http://www.chris-cortes.com
Comments
What’s new for multi-tasking in UWP?
Hello All!
Here is a link to the demo app from the video: https://github.com/cc-cortes/Build_2017_Multitasking_Demo
Here are the UWP sample links from the video
Out-Of-Proc Background Task: https://github.com/Microsoft/Windows-universal-samples/tree/master/Samples/BackgroundTask
In-Proc Background Activation: https://github.com/Microsoft/Windows-universal-samples/tree/master/Samples/BackgroundActivation
Background Media Playback: https://github.com/Microsoft/Windows-universal-samples/tree/master/Samples/BackgroundMediaPlayback
Extended Execution: https://github.com/Microsoft/Windows-universal-samples/tree/master/Samples/ExtendedExecution
Here are the UWP doc links from the video
App Lifecycle: https://docs.microsoft.com/en-us/windows/uwp/launch-resume/app-lifecycle
In-Proc Background Task: https://docs.microsoft.com/en-us/windows/uwp/launch-resume/create-and-register-an-inproc-background-task
Group Background Tasks: https://docs.microsoft.com/en-us/windows/uwp/launch-resume/group-background-tasks
Background Media Playback: https://docs.microsoft.com/en-us/windows/uwp/audio-video-camera/background-audio
Extended Execution: https://docs.microsoft.com/en-us/windows/uwp/launch-resume/run-minimized-with-extended-execution
Best Background Practices: https://docs.microsoft.com/en-us/windows/uwp/debug-test-perf/optimize-background-activity
We are always listening to your input through many sources. If you have any questions or feedback please reply on this discussion thread or through UserVoice, StackOverflow, Reddit's WpDev subreddit, the GitHub UWP Repos Issues or the MSDN Forums.
Universal Windows Application Lifecycle: From Activation and Suspension to Background Execution, Multitasking and Extended Execution
@Niner463754: Yes, the single proc activation also applies to AppServices.