Swiping between cards - metaphor end-of-the-road?

Richard Gaskin ambassador at fourthworld.com
Wed Apr 26 14:50:55 EDT 2017


Mike Kerner wrote:

 > So you'd like a swipe event instead of using nav buttons.

Button where appropriate, swiping where appropriate.


iOS:
    Use touch gestures to create fluidity. Make it easy to move
    through your interface with minimum friction. For example,
    you could let people swipe from the side of the screen to
    return to the previous screen.
<https://developer.apple.com/ios/human-interface-guidelines/interaction/navigation/>


Android:
    Efficient navigation is one of the cornerstones of a
    well-designed app. While apps are generally built in
    a hierarchical fashion, there are instances where
    horizontal navigation can flatten vertical hierarchies
    and make access to related data items faster and more
    enjoyable. Swipe views allow the user to efficiently
    move from item to item using a simple gesture and
    thereby make browsing and consuming data a more
    fluent experience.
<https://developer.android.com/design/patterns/swipe-views.html>


-- 
  Richard Gaskin
  Fourth World Systems
  Software Design and Development for the Desktop, Mobile, and the Web
  ____________________________________________________________________
  Ambassador at FourthWorld.com                http://www.FourthWorld.com




More information about the use-livecode mailing list