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 |
What is concept of property?
Explain what do you mean by dot notation?
What is the difference between category and extension in objective c?
How to call objective c function in swift?
What optional binding?
What is the difference between atomic and nonatomic synthesized properties?
What are class b properties?
What is delegation protocol?
What is class extension?
What are the two types of tangible property?
How do you check for leaks?
What are the classifications of property?