Custom List with lazy loading
问题 I have successfully implemented like this for lazy loading in custom list and the code I used for this is here:Custom List With Images in Blackberry In the linked question, I position the y coordinate of heart icon and I resolved the problemm of linked Question. if (logoThumbnailImage != null && logoThumbnailImage.length > index && logoThumbnailImage[index] != null) { EncodedImage img = logoThumbnailImage[index]; graphics.drawImage(0, y + 10, Display.getWidth(), Display.getHeight() - 100, img