Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • The list component is the only choice when the set of choices needs to be editable
    Examples: A list of phone contacts, A list of tasks, a list of recordings or songs.

  • The list component is the only choice when the user needs to have the option to select more than one of the choices. List is the only component that supports multi-select. 
    Example : List of toppings the user needs to add to the list. 

  • If the cells need to contain images and buttons.
    [Note: ChoiceButton lists also support showing images and text]. 
    Example: A list of contact phone numbers with a edit button in each row/cell 

  • If we need to display images as a horizonally scrolling lists, the list component is again 
    the only choice. 

    Image Modified
    Figure 2: How a developer decides which component to use when the application presents choices to the user. This flow diagram sets the functional scope for this and related components. 

...