Hi, I am working on an android app which has to display a list of objects. The application receives a jagged array of IDs and Titles from web service via SOAP.
What do I need to do with this array in order to display the objects(Ids and Titles) in a ListView. E.g. do I need to extract/convert these into arrayList(s) before I work on the actual ListView code. Thanks alot. -- 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

