Software Development Fundamentals — Question 36
You are designing a Windows Store application.
You need to design the application so that users can share content by connecting two or more devices by physically tapping the devices together.
Which user experience (UX) guideline for Windows Store applications should you use?
Answer options
- A. Share and data exchange
- B. location-awareness
- C. device-awareness
- D. proximity gestures
Correct answer: A
Explanation
The correct answer is A, as the 'Share and data exchange' guideline specifically addresses content sharing between devices. Options B and C pertain to awareness of location and device capabilities, respectively, while D refers to gesture-based interactions rather than direct content sharing.