What’s the contrast between active, inactive, not-running, background and suspended execution states?
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 |
Who made objective c?
What is m script in matlab?
How to convert objective c project to swift?
What are the three subatomic particles?
What do you understand by protocol?
What is a protocol in objective c?
What's the difference between a thread safe and a thread unsafe function?
What is the difference between underscore and self (i.e self.xx and _xx) ?
What are the different types of identifiers?
Does copy increase retain count?
What is polymorphism in objective-c?
What is thread safe function?