Explain application life cycle or application states?



Explain application life cycle or application states?..

Answer / Priyom

The Objective-C application life cycle, also known as application states, refers to the series of phases an application goes through during its execution. These phases include Not Running, Inactive, Active, Suspended, and Terminated. The app delegate is responsible for managing these states.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Objective-C Interview Questions

What is abstract class in objective c?

1 Answers  


How to declare global variable in objective c?

1 Answers  


What is difference between datasource and delegate?

1 Answers  


Is objective c the same as c++?

1 Answers  


Who calls dealloc method? Can we implement dealloc in arc?

1 Answers  


What does mean in xcode?

1 Answers  


Is objective c compiled?

1 Answers  


Can I write some c++ function in same .m file?

1 Answers  


What is the class of a constant string?

1 Answers  


How to add custom cell in uitableview in objective c?

1 Answers  


How do I create an objective c class in xcode?

1 Answers  


How do you write an objective statement?

1 Answers  


Categories