absolute-path tag

3 questions


1 answers
93 views
0
[Android] Image related - absolute path obtained, but it doesn't get written to imgView...

Hello, I'm a beginner studying Android.When you click a specific button, the gallery screen is displayed through ACTION_PICKI tried to display the selected image in the desired image view by selecting...


1 answers
124 views
0
How do I determine the absolute path to a file?

Given a relative path, such as mydir/myfile.txtC:/example/cwd/mydir/myfile.txt Like thisHow do I find the absolute path?


1 answers
112 views
0
How to get a file's name and uri address from the Media Store

I made an onActivityResult to get a URI for the file I selected in the media storeUri selectedImage = data.getData();If you change this to String,content://media/external/images/media/47 or /external/...


© 2024 OneMinuteCode. All rights reserved.