Microsoft
70-481 · Question #109
You are developing a Windows Store app by using HTML5 and JavaScript. The app will be used to display image files from a folder. The app has the following requirements: - The file name, size, and a…
The correct answer is D. Create a WinJS.UI.StorageDataSource object. See the full explanation below for the reasoning.
Question
You are developing a Windows Store app by using HTML5 and JavaScript. The app will be used to display image files from a folder. The app has the following requirements:
- The file name, size, and a thumbnail view of the image must be
displayed in a ListView control.
- The user must be able to group the files into an album.
You need to ensure that the requirements are met. What should you do?
Options
- ACreate a custom DataSource object.
- BCreate a WinJS.UI.FIipView object.
- CCreate a custom DataSource object.
- DCreate a WinJS.UI.StorageDataSource object.
How the community answered
(26 responses)- A19% (5)
- B4% (1)
- C8% (2)
- D69% (18)
Community Discussion
No community discussion yet for this question.