Sorry, I should have replied earlier. My problem was that I was filling the lists with objects directly from a web service (object were generated as part of the web service reference). These objects did not extend Java.Lang.Object and hence I could not use IComparator. I simply wrapped my objects in a wrapper class the extends Java.Lang.Object and the IComparator approach works fine.
-- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Sorting-ArrayAdapter-tp5580228p5590311.html Sent from the Mono for Android mailing list archive at Nabble.com. _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
