Posts by Antonio Carlos Penteado • 1 point
1 post
-
0
votes2
answers1887
viewsA: How do I save an image to a newly created folder by my code?
The routine below creates a folder inside the app directory and saves the images inside: public void savarImagensToInternalStorage(String fileName, byte[] imagem){ File dir = new…