What’s the contrast between active, inactive, not-running, background and suspended execution states?



What’s the contrast between active, inactive, not-running, background and suspended execution ..

Answer / Shailendera Pratap Singh

'Active': The app is currently running and user interaction is possible. 'Inactive': The app can still receive events but is not visible to the user. 'Not-Running': The app has been terminated by the system or the user. 'Background': The app is minimized and not receiving events, but it continues to run in the background. 'Suspended': The app's execution is paused until needed, like when multitasking on iOS.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Objective-C Interview Questions

Is objective c faster than swift?

1 Answers  


What is the class of a constant string?

1 Answers  


What is an example of tangible property?

1 Answers  


What is the difference between #import and #include in objective-c?

1 Answers  


Does objective c support multiple inheritance?

1 Answers  


How do you write an objective?

1 Answers  


What is the protocol in objective c?

1 Answers  


Which language does apple use?

1 Answers  


What happen if we send any message to an object which is released?

1 Answers  


Is objective c type safe?

1 Answers  


Explain what is data encapsulation in objective-c?

1 Answers  


What is an m file?

1 Answers  


Categories