From the course: Developing UWP Apps: 9 Background Tasks

Unlock this course with a free trial

Join today to access over 22,400 courses taught by industry experts.

Adding and configuring a background task

Adding and configuring a background task

From the course: Developing UWP Apps: 9 Background Tasks

Adding and configuring a background task

- [Instructor] Okay, we're over here in Visual Studio 2017 in our tagur app we've been working on in this series. And you may notice by looking at the Solution Explorer that I've made a number of changes to the solution. Number one, because we're not going to be using it in this session and we don't want to get confused in the Solution Explorer, I've removed the Windows runtime component that handled audio effects and I've split our solution now into two projects. We've got the main project tagur, and I've moved much of the core functionality to tagur.Core. This gives us the ability to communicate with our view model, models et cetera, from a background task more easily. Let's go ahead and run our tagur app and take a look at what we've got and where we're adding this series just to make sure we're all on the same page. So you'll notice through the previous sessions we've worked through elements like layout, navigation, adaptive triggers, visual states. We've taken a look at advanced…

Contents