What is the easiest way of lazy loading contact images to a ListView in Android? (for SDK level >=7) Is there a common approach or should I choose one of the different approaches discussed here on lazy loading web images into ListViews?
I have come across the ContactPhotoLoader used inside the default Contacts application which seems ok for me. Is there a better approach to do it? -- 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

