70-484 · Question #39
You need to recommend a solution to browse items on the group detail page. What should you include in the recommendation? (More than one answer choice may achieve the goal. Select the BEST answer.)
The correct answer is A. the SemanticZoom control. The app must have a second view of the group details that displays the name, a description, and an image of each item. Users must be able to use the mouse wheel or pinch gestures to move between the two views of the group detail page. - A semantic zoom control allows the user to
Question
You need to recommend a solution to browse items on the group detail page. What should you include in the recommendation? (More than one answer choice may achieve the goal. Select the BEST answer.)
Options
- Athe SemanticZoom control
- Ba custom gesture recognizer
- Ccode to handle pinch and stretch gestures
- Dcode to handle mouse wheel events
How the community answered
(21 responses)- A81% (17)
- B5% (1)
- C5% (1)
- D10% (2)
Explanation
The app must have a second view of the group details that displays the name, a description, and an image of each item. Users must be able to use the mouse wheel or pinch gestures to move between the two views of the group detail page. - A semantic zoom control allows the user to zoom between two different semantic views of the same data set. One view contains a list of items grouped by some key, and the other view contains a list of group keys. Tapping a group key zooms back into the items in that group.
Topics
Community Discussion
No community discussion yet for this question.