I want to sort my arraylist alphabetical but I don\'t get it...maybe you can help me. I dont know why but i cant work with collections.sort...what am i coding wrong? thanks a l
You have to implement your own Comparator> and pass it to Collections.sort.
Comparator>
Collections.sort