App States:[5]
1. Not Running-When the app is not launched or terminated by the user;
2.Inactive State:When the app is running in the foreground but not receiving any events.
3.Active State:When the app is running in the foreground and also receiving events.
4.BackGround States:When the app is running in the background and is also executing codes.
5.Suspended State:When the app is running in the background and not executing code.
1. Not Running-When the app is not launched or terminated by the user;
2.Inactive State:When the app is running in the foreground but not receiving any events.
3.Active State:When the app is running in the foreground and also receiving events.
4.BackGround States:When the app is running in the background and is also executing codes.
5.Suspended State:When the app is running in the background and not executing code.
No comments:
Post a Comment