Saving picture and loading in an imageview
问题 If I take a picture it is shown in the image view.This works well. But how can I save the photo additional on the hard drive? Take he the size of the camera setting? public class Note extends Activity { TextView t; ImageView iv; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.note); iv=(ImageView) findViewById(R.id.imageView); Button btn = (Button) findViewById(R.id.photo); btn.setOnClickListener(new View