Search by tag: explorer

1 article

Accessing your application files from Android Studio

While learning to play with SQLite databases in Android, I wanted to check the .db file generated by my code in the emulator. I was unable to find it directly with the built-in Files application because it doesn't let us see system folders. Fortunately, Android Studio 3+ comes with the Device…