Android : Converting ArrayList

on Thursday, August 7, 2014


So i've connected to my database and i've return byte[] and turned them into a ArrayList


I'm curious as to how i would go about turning that ArrayList of bitmaps into single bitmaps, i have ordinary bitmaps called a1, a2, a3 all the way to 100. and how would i go about turning them into single ones? a link to a video tutorial or a example would be optimal.


Would i have to turn them into a Bitmap[] first or what?


0 comments:

Post a Comment