I am pulling data from the Firebase database. But it doesn’t come in order. I’m doing this with list view
I am pulling data from the Firebase database. But it doesn’t come in order. I’m doing this with list view
So you can order them yourself:
Okey… But Where will I connect this block?
use the sort method.
I dont understand that I am new. If you don’t mind, can you show it?
i think yes, you can try it
Didn’t work
is this word - Gulme is static
So you need some harder method:
Run a for-each item in list loop, the list will be the list of values, you’ve:
add to list Strings select list item : split at block (text category ) the text will be the item, and the at : would be the -
string.the index var in your select list item block to 1
add to list numbers select list item list = : split at block (text category ) the text will be the item, and the at : would be the -
string., the index var in your select list item block to 2
Now you’ve a 2 lists ,numbers list which is something like : (1,2,5,3,7) and strings list which is something like ( Gulme ,Gulme ,Gulme ,Gulme ,Gulme ).
Now using both two list see the logic used here same will be for your list:
Yes, of course if it was static it would be easier .
Point Out the Errors -
where is ListAddon?
it’s a Extension -
the result is a list, therefore you shoud assign that to the Elements property rather than the ElementsFromString property of your listpicker or listview
Taifun
or just this one -
I’m hesitate to say that. But that didn’t work. I also get an error on the first technique.
Destroyed in Seconds.
Which Error.
This is all together a new Error.
it’s Not Related to Sorting Data or the Method for it.
Personally Never Faced this Error.
After Searching for it, one topic says - Update Your Companion to Latest Version.