how to set a image based on contact
I am beginner to android. Now I am trying to create an application to s开发者_JS百科et a image based on contact. Please help me to do it. I want to know the steps.
Check out this detailed answer.
You can use setImageUri to display the image at the resulting Uri
in your ImageView
.
精彩评论