>
> 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
http://sites.google.com/site/magouyaware


On Sun, Oct 14, 2012 at 9:48 PM, Jonathan S <xfsuno...@gmail.com> wrote:

> 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 convert an array list to an
>> array, but not vice versa.
>>
>> I am not sure if this is possible to use 2D array list for the listView.
>>
>>
>>
>>  --
> 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@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>

-- 
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@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to