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... > > http://docs.oracle.com/javase/7/docs/api/java/util/Arrays.html#asList(T...)
However, this does not promise an 'ArrayList' return type and the list cannot grow. -- Lew -- 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

