Sorting in ascending order

Good day.

I got the result, that wasn’t sorted in ascending order like

 111, abc, 456, def, 234, ......

How can I sort this result in ascending order?

Please give me a help.

Taifun’s File extension does not sort what it retrieves.

You can sort the directory list using Sajal’s tutorial advice SortList

or use an extension.

1 Like

About Bubble sort:

1 Like

Take a look at my snippet that shows how to sort a ListView:
https://www.professorcad.co.uk/appinventorsnippets#SortListViewItems

1 Like

Thank you for your information.
Using the ListUtils.com.appybuilder.ListUtils.aix extension was simple and the easiest.