Hi Using contentValues() to return a list of content, I am left with the following... [ <Document at /my_folder/doc_a_id>, <Document at /my_folder/doc_b_id>, <Document at /my_folder/doc_c_id> ] Is it possible to sort the list alphabetically on an attribute of each Document. ie. on 'Title'? ...and if so, how? ;-) Cheers, Antony