[android-developers] Jagged array's objects in the ListView

2012-10-14 Thread Dhruv Mewada
You. Need to createn custom adaptor extending base adaptor which uses your data. Google it if you don't know how to extend baseadaptor. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Jagged array's objects in the ListView

2012-10-13 Thread solnichko
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