How to save an image to Gallery?
My code:
But did not appear in the Gallery app.
My code:
B4X:
Dim Out As OutputStream
Out = File.OpenOutput(File.DirRootExternal, "Test.jpg", False)
bitmap.WriteToStream(Out, 100, "JPEG")
Out.Close
But did not appear in the Gallery app.