Spring /6.831 User Interface Design and Implementation1 Lecture 26: Mobile User Interfaces
UI Hall of Fame or Shame? Spring /6.831 User Interface Design and Implementation2
Today’s Topics Design challenges in mobile UIs –specifically modern smartphones Design patterns & guidelines Implementation –Creating web UI for smartphones Spring /6.831 User Interface Design and Implementation3
Desktop vs. Mobile Spring /6.831 User Interface Design and Implementation4
Small Screen Spring /6.831 User Interface Design and Implementation5
“Fat Finger” Spring /6.831 User Interface Design and Implementation6
Text Input Spring /6.831 User Interface Design and Implementation7
Context Spring /6.831 User Interface Design and Implementation8
Other Issues in Mobile Power & battery life Network latency, bandwidth, inconsistency CPU speed Spring /6.831 User Interface Design and Implementation9
Distinct Screens Spring /6.831 User Interface Design and Implementation10
Scrolling Lists Spring /6.831 User Interface Design and Implementation11
Finger-Sized Targets Spring /6.831 User Interface Design and Implementation12
Minimize Text Input Spring /6.831 User Interface Design and Implementation13
Simplify, Simplify, Simplify! Spring /6.831 User Interface Design and Implementation14
Mobile Widgets Spring /6.831 User Interface Design and Implementation15
Many Kinds of Menus Spring /6.831 User Interface Design and Implementation16
Touch Gestures Spring /6.831 User Interface Design and Implementation17
Web Development for iPhones Orientation detection –orientationchange Mouse hover events behave differently –mousemove, mouseover, mouseout –mousedown, mouseup, click sent all at once on touch release Multitouch events –touchstart, touchmove, touchend, touchcancel jQuery UI support –jQTouch plugin Spring /6.831 User Interface Design and Implementation18
Summary Mobile UI design faces new challenges –small screens –fat fingers –poor text entry Simplify –Follow design patterns –Use touch gestures where possible Spring /6.831 User Interface Design and Implementation19