You need to ensure that the app resumes according to the requirements.
Which actions should you perform? (Each correct answer presents part of the solution.
Choose all that apply.)
Answer : A,B
Explanation:
From scenario:
The app must meet the following technical requirements:
/ When the app resumes after a period of suspension, refresh the user interface, tile images, and data with current information from the web service.
You need to identify the class to use as the data context for the image list box.
Which class should you use?
Answer : B
Explanation: ObservableCollection<T> Class
Represents a dynamic data collection that provides notifications when items get added, removed, or when the whole list is refreshed.
You need to configure toast notifications for the photo competition.
Which code segment should you use?
Answer : B
Explanation: The app must display toast notifications to signal the end of a photo competition. The toast notifications must meet the following requirements:
/ Display toast notifications for as long as possible
You need to access the remote image data according to the requirements.
Which data storage methods should you use?
Answer : D
You need to choose the appropriate data binding strategy for the image list box.
Which method should you use?
Answer : C
Explanation: IValueConverter.Convert
The data binding engine calls this method when it propagates a value from the binding source to the binding target.