Thanks, That worked fine fine, I'm new to this stuff :)
maybe I could use the following to feed the data to an ArrayAdapter from the Hashmap which is declared outside of MyClass not sure if that would work new ArrayList<String>(myHashMap.keySet()), assuming myHashMap is a HashMap<String, Something>. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

