Bog'liq Bailey J., Dominguez A., Djermanovic D. - Saving Data on Android (1st Edition) - 2019
sdcard/data/app_name/ .
Seeing the File in Device File Explorer At the top of the Device File Explorer, there’s a drop-down you can use to select the
device or emulator. After making your selection, the files appear in the main window.
You can expand the directories by clicking the triangle to the left of the directory
name.
Right-click the filename, and a menu pops-up that allows you to perform different
operations on the file.
Seeing the File in Device File Explorer 1.
Open lets you open the file in Android Studio.
2.
Save As... lets you save the file to your file system.
3.
Delete allows you to delete the file.
4.
Synchronize synchronizes the file system if it’s changed since the last run of the
app.
5.
Copy Path copies the path of the file to the clipboard.
Now that you know how to write a file to internal storage and use the Device File
Explorer to see what files are available, it’s time to learn how to make your app read
them.
Saving Data on Android Chapter 1: Using Files raywenderlich.com 26