> > 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>. > Then your ArrayList would only have half the needed data.... It seemed like you needed both the key and the value in the adapter.
Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Apr 3, 2012 at 3:01 PM, Graham Bright <[email protected]>wrote: > 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

