hamed9192

Results 1 issues of hamed9192

hi, your method doesn't work in fragment ?? my code is: public void onClick(View v) { try{ startActivityForResult(cameraPhoto.takePhotoIntent(),CAMERA_REQUEST); cameraPhoto.addToGallery(); } catch(IOException e){ Toast.makeText(getApplicationContext(), "taking photos", Toast.LENGTH_SHORT).show(); } } ////////////////////////////////////////////////////////// add...