The question came up if there is a simple way to sort lists and since the next video tutorial is dealing with Intents and not so much with lists, I thought I could just slip in this little quick tip that explains the basic method of sorting lists. There are actually two ways to achive a sorted list: you can sort the underlying data source or you can sort the elements in the actual list adapter. Lets see how that is done. Continue reading / Write comment
Quick Tip #2 – Sorting Lists
Posted 11/15/2009 - 8:02 pm by Mathias ReischQuick Tip #1 – Create an Eclipse Project from an Archive File
Posted 07/28/2009 - 10:56 pm by Mathias ReischI thought it would be nice to have the possibility to share some valueable information, tricks and other awesome stuff outside the scope of the tutorial episodes. Thus, I’d like to introduce the new mini-tutorials called “Quick Tips”. Continue reading / Write comment
