nerdexam
Microsoft

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

Program the User Interaction

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)
  • A
    81% (17)
  • B
    5% (1)
  • C
    5% (1)
  • D
    10% (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

#SemanticZoom#browse items#UI navigation#zoom gestures

Community Discussion

No community discussion yet for this question.

Full 70-484 Practice