There are a couple of things we need to look at before signing off. In this chapter, we will be looking at how to deal with the application lifecycle, including handling data when the app is asleep. Later in the chapter, we’ll examine other tasks, such as playing audio. Before we do any of that though, it’s worth looking at a new development (at the time of writing this book)—the use of Shared Class Libraries over Portable Class Libraries and how you can move between them.
PCL Versus SCL—What’s the Difference?
When we use a PCL, we have limitations, those being that the methods used ...