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

2012-10-15 Thread Justin Anderson
Searched online, heaps of info on how to convert an array list to an array, but not vice versa. All you are wanting to do is convert an array to an array-list? Loop over the array and call add... Also, this is not specific to Android... Thanks, Justin Anderson MagouyaWare Developer

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

2012-10-15 Thread Lew
MagouyaWare wrote: Searched online, heaps of info on how to convert an array list to an array, but not vice versa. All you are wanting to do is convert an array to an array-list? Loop over the array and call add... Also, this is not specific to Android...

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

2012-10-14 Thread solnichko
Hi Dhruv, This is not what I am asking. I am trying to convert a jagged array returned by a web service into an (2D)array list to be displayed in a list view(Android). Searched online, heaps of info on how to convert an array list to an array, but not vice versa. I am not sure if this is

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

2012-10-14 Thread Jonathan S
ArrayAdapter On Sunday, October 14, 2012 5:58:55 PM UTC-4, solnichko wrote: Hi Dhruv, This is not what I am asking. I am trying to convert a jagged array returned by a web service into an (2D)array list to be displayed in a list view(Android). Searched online, heaps of info on how to