tags:

views:

47

answers:

2

Hello all, I'm trying to understand the life cycle of an iPhone application. Are there any graphical representations of this life cycle out there?

+1  A: 

This is a nice graphical presentation of iPhone app life cycle...

Michael Kessler
+1  A: 

Watch the WWDC 2010 video sessions 105 and 109: Adopting Multitasking on iPhone OS, Parts 1 and 2. The iOS 4.0 application life cycle is displayed several times in those presentations and is described in detail.

See also the "Application Life Cycle" section of the iPhone Application Programming Guide.

Brad Larson