I'm stuck on sorting listview

  1. A listview displays a list, therefore you sort the list, not the listview, then set the sorted list to the listview
  2. You can use an extension or blocks only to sort a list
  3. Extension:
    All Extensions From AppyBuilder Community - #47 by Anke
  4. Blocks
    List Sorting On App Inventor | Imagnity
  5. Your list data will need an alpha-numeric naming convention to allow for sorting
1 Like