If you are having a string arraylist which contains names of people and you want to sort the arraylist in alphabetical order than use the below code.
Sorting a ArrayList
Most easy method to do so is..using Collections .You can use Collections to perform sorting or any other function on ArrayList.
Most easy method to do so is..using Collections .You can use Collections to perform sorting or any other function on ArrayList.