I have a problem converting a Bitmap which is an image, to File . I hope and you can help me.
To convert to File my image what I did was the following
ByteArrayOutputStream bos = new ByteArrayOutputStream();
nameImage.compress(Bitmap.CompressFormat.JPEG, 70, bos);