You cannot sort strings like that, you need more c...
# android
g
You cannot sort strings like that, you need more complicated sort (that sort by number and then by letter). So your object must split number to digits and letters. Or normalize them (9A -> 09A), so this will help to sort such objects easily