1.

Explain the various steps (or execution states) involved in the development of an ios Swift application.

Answer»

The various steps (or execution states) involved in the development of an ios SWIFT application are as follows:

  • Not Running: This is a SIMPLE condition in which our program has not been launched or no code has been executed. The program has been terminated by the SYSTEM.
  • Inactive: This is merely a stage in the process of becoming active. Our program is in an inactive state, which MEANS it is running in the background but unable to receive events.
  • Active: This is the main execution state, in which our software is running and receiving events.
  • Background: This is the condition in which our application is running in the background while still being able to run code.
  • Suspended: This state indicates that our application has not been terminated but is present in the background and that the system has suspended it for the TIME being. Now, the application cannot execute any code.


Discussion

No Comment Found