Featured post

Marshmallow Features Point by Point

Android Runtime (“ART”) Improved application performance and lower memory overhead for faster  multi-tasking. Battery Doze...

Showing posts with label Convert_ Array to List/Array-list. Show all posts
Showing posts with label Convert_ Array to List/Array-list. Show all posts

Wednesday, 28 January 2015

Array to List/Arraylist Java/Android

Array to List/Arraylist  Convert

Example:-

       String[] array_make = {"Hero""Honda""MRF""TATA"};
       List arrayTolist= new ArrayList(Arrays.asList(array_make));