here the question I want Change Imageview named cameraView
I use startActivityforResult But it doens’t work.
I already write permissions it needs.
ImageView doens’t change
my whole code is
http://pastie.org/5340010
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If your trying to change the view to the image captured from the Camera why not directly set it to the ImageView in the onActivityResult ?
have a look at the following piece of code :
Dont know if this helped, but it will work for sure !