Trouble working with the camera in onActivityResult
问题 I have two options "select photo" and "take photo" - I have my select photo functionality fully working, but having problems with taking a photo. Mainly having the saved image display in my image view, after its been saved. Defined my photo location: public class photoActivity extends Activity { private String photoPath; private ImageView imgView; {...} My camera listener: bPicFromCam.setOnClickListener(new View.OnClickListener() { public void onClick(View v) { String state = Environment