The Dominant Programmer
Dec 2, 2020 · Mobile Development
Save and Load Text Files in Android Internal Storage – Simple Notepad
This guide shows how to create a basic Android notepad app that writes user-entered text to a private file in internal storage using FileOutputStream and BufferedWriter, then reads it back on launch with FileInputStream and BufferedReader, complete with layout XML and full activity code.
AndroidFile I/OInternal Storage
0 likes · 7 min read
