gellery

  1. C

    Android Question Saving a Picture to the Gallery

    I'm using the following code to save an image to the gallery. Dim Out AsOutputStream Dim Out As OutputStream Out = File.OpenOutput(File.DirInternal, "PI.jpg", False) bmp.WriteToStream(Out, 100, "JPEG") Out.Close If...
Top