On Sep 14, 7:12 am, Jhew SAN <[email protected]> wrote: > I want to get value from weatherlist to write in XML
First of all: I already told you to store your data in sqlite not in xml file. Second: if your weatherlist is a List you can either use an Iterator or use get() method to access particular element of your List. Then each element is a Map where you can access its elements by, again, iterating over its key set and using again get() method. pskink -- 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

