ios-samples/BackgroundExecution
NinaV e5ae35eac5 add new resources 2012-12-20 14:20:14 -05:00
..
Resources add new resources 2012-12-20 14:20:14 -05:00
Screens/iPhone Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00
Screenshots Added new sample screenshots 2012-03-07 16:35:49 -05:00
AppDelegate.cs Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00
Application.cs Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00
BackgroundExecution.csproj add new resources 2012-12-20 14:20:14 -05:00
BackgroundExecution.sln Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00
Info.plist add new resources 2012-12-20 14:20:14 -05:00
Metadata.xml
README.md Relicense everything under Apache 2.0. 2011-12-27 18:10:05 +01:00

README.md

Background Execution

This sample illustrates how to develop multitasking (background execution) aware applications in MonoTouch. The AppDelegate class illustrates the application lifecycle methods that should be overridden in order to gracefully handle state changes. Additionally, it illustrates how to register a long running task that will finish executing even though the app is put in a background state.

The home screen has a button that will launch a background task that will execute even if the app is backgrounded.

Authors

Bryan Costanich