Conclusion

  In this lesson, you learned:

  • How to read, write and delete files in internal storage.
  • How to read, write and delete files in external storage.

You now have a good understanding of how to read and write files in Android. You can now use this knowledge to save and read data in your Android app.

See forum comments
Download course materials from Github
Previous: Read & Write Files in External Storage Next: Quiz: Read & Write Files