I integrated facebook with my applicatin sucessfully and retrieved user details.In my main activity there is a navigation drawer. I want to show the profile picture as the icon and username as text.I can show username as text by
navDrawerItems.add(new NavDrawerItem("Hi " +full_name, navMenuIcons
.getResourceId(7, -1)));
Now i want to display my profilepic as the icon. i have the url of the image.how to set the image in second parameter? Please help..Thanks in advance..