MonoTouch.Info - Entries tagged with AppDelegate
MonoTouch Article - MonoTouch UIApplication and AppDelegate explained
When you create a new MonoTouch project, one of the first lines of code you see is the FinishedLauching() function, in the AppDelegate class. That’s also one of the first things to change when you’re following basically any tutorial. But what exactly is it? And why is it getting called? When developing iPhone applications with MonoTouch, there’s always a lot of “magic” that happens behind the scenes; one of these is the AppDelegate class. Unlike most WinForms app, wher...
source: escoz.com