Jose Jimenez

Results 25 comments of Jose Jimenez

Any answer for these issue?

Hi I have the same question! I need open the camera directly in Java Android.. Can you help me

Thanks, I will implement this solution. I really appreciate your help.

Hi I found a solution to my problem. I open the camera normally and them onActivityResult open the crop activity on this way: CropImage.activity(**CropImage.getCaptureImageOutputUri**(SiffApplication.getInstance().getComponent().getContext())) .setGuidelines(CropImageView.Guidelines.ON) .setFlipHorizontally(false) .setFlipVertically(false) .setActivityTitle(getString(R.string.location_image_capture)) .setAspectRatio(1, 1)...

Hi @BhargaviDeviYamanuri.. I really don't remember exactly in what OS do you need to do a FILE PROVIDERS in the manifest And in the res folder do you need to...