I have a ListView which dynamically adds QuickContactBadge and a TextView to show contact names and their photo in QuickContactBadge. I am using the following code to show photo in QuickContactBadge...
Then i am calling this method by saying.
quickContactBadge.setImageBitmap(loadContactPhoto(getContentResolver(), contactId));
I have following problem
1) The image is getting displayed, but it is huge. how to control layout and size of quickcontactbadge. Sample code is appreciated.
2) Is this the best way to show image of a contact in quickContactBadge or if there is a preferred way, please let me know.
Thanks