I have a ListView filled with for loop. The data inside ListView is now in direction
and I want it to be in proper direction:
Collections.sort is probably what you're up for!
http://www.vogella.de/blog/2009/08/04/collections-sort-java/