Slide 21
Slide 21 text
https://aka.ms/androidsummit-2020 #SurfaceDuoDev @nitya
D E S I G N G U I DA N C E / ' S E A M ' S T R A T E G I E S
1. Do Nothing: test app UX – is behavior acceptable? (e.g., can slide maps for view)
2. Avoid It: change dropdown directions, move to one screen, flip orientation etc.
3. Snap To It: restructure grid-based views to have even columns (seam falls in middle)
4. Mask It: if content, render under seam (human eye auto-magically connects the dots)
5. Split It: if possible, break content into two and render each part separately (left, right)
6. Embrace It: seams can provide a natural separation of concerns that can reduce
user cognitive overload for multi-tasking. See design patterns when creating new apps!