recycler view fix
very rarely when used in a recycler view there would be 2 issues one where the race condition would make the view render the images out of the correct order and the other where the view would sometimes duplicate the images, now using the add all bitmaps method this may have been fixed needs further testing see the recycler view example adapter for info