1. Your mobile application contains a feature which enables the user to submit information to a remote server. Select th
Posted: Fri Jul 01, 2022 5:53 am
1. Your mobile application contains a feature which enables the user to submit information to a remote server. Select the appropriate background task mechanism for this feature if the response from the remote server is updating the User Interface (UI) or the response from the remote server can be silently consumed.(3marks))
2. Your mobile application must execute a task in the future. Choose the suitable scheduler mechanism if the task is executed when the application is currently running (3 marks), the task can be executed after the application is terminated but the mobile device is not rebooted (3 marks), or the task is reliably executed even after the mobile device is rebooted (3 marks).
3. Your mobile application needs to store the user's response on a UI component which persistently alters the behaviour of your application. Explain the simple storage mechanism you will use to achieve this objective.
2. Your mobile application must execute a task in the future. Choose the suitable scheduler mechanism if the task is executed when the application is currently running (3 marks), the task can be executed after the application is terminated but the mobile device is not rebooted (3 marks), or the task is reliably executed even after the mobile device is rebooted (3 marks).
3. Your mobile application needs to store the user's response on a UI component which persistently alters the behaviour of your application. Explain the simple storage mechanism you will use to achieve this objective.