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?
A.
Create a custom DataSource object.
Implement only the IListDataSource interface of the DataSource object.
B.
Create a WinJS.UI.FIipView object.
Bind the object to the ListView control.
C.
Create a custom DataSource object.
Implement only the IListDataAdapter interface of the DataSource object.
D.
Create a WinJS.UI.StorageDataSource object.
Bind the object to the ListView control.