Accessing data from device in Android Studio

this is my first question here. I searched a lot on the site but did not find an answer to my question.

Basically, I want to upload a directory containing jpeg and mp3 to a tablet and get the path from those files and put them in a SQLite database. I have no problem using the database, but I don't know how to get the file paths or even check for the existence of a directory. Any hints on how to access these files without putting them in a draw and sound folder would be appreciated. Thank!

0


source to share


1 answer


Go to Android Device Monitor in Android studio and a new poup window will open with the device list in the left pane and in the right pane select the "Explorer" tab and that it



-1


source







All Articles