write files

  1. A

    Android Question Writing App Generated File to Internal Phone Storage

    Hi I need to write a simple text file generated from within my app to Internal Storage whereby I can retrieve it manually (to print) via any file explorer. I used to be able to do that but can no longer view the files being saved. They do exist as I tested for If...
  2. C

    Android Code Snippet Copy from Dir.Internal to SD Card using ExternalStorage

    I was looking for help on copying data from Dir.Internal to an SD Card using the ExternalStorage class and noticed a few other people couldn't quite get to grips with it either. So for them here's an example, which works for me. Took me a while to get something to work, but got there eventually...
Top