Hi everyone, I desperately need your help to solve a problem that’s driving me crazy.
I’m developing a game with App Inventor which would make it possible to upload an image from our device, combining it with our name on the leaderboard. That is, the high scores appear on a listview, and if you press on a name, the image uploaded by the gamer appears.
To do so, first I used Pictodrive extension to upload an image from my device into a database folder. Then I add the image id to the gamer name, namely I make a junction of two texts and I save them as single tag on Firebase.
But when I try to apply the list sorting to make the ranking, I get an error saying that its not possible to perform such operation with the image id included, probably because such id contains both letters and numbers.
At this point I don’t know what to do, so I hope some of you could help me.