Hi,
I keep seeing code when saving that uses a fileinputstream and an inputstreamreader. Is the reader a requirement? In my app I'm just saving a bunch of numbers and am only using the fileinputstream. It works on the emulator but i'm not sure if this will cause a problem on an actual phone.
Is just using the fileinputstream/fileoutputstream to save and read files okay?
K

