Hi Philipp, great playlist, I'm watching it all and learning a lot from you. One thing that wasn't clear to me. For instance, I get a photo from the gallery and modify it (like cutting, rotating) in my app. Can I save it substituing the original one in the external storage? Does I need any permission from the user?
before scoped storage yes, with scoped storage you need to issue an update request. In this playlist I show how to do that with deleting an image, it's pretty much the same
Hi Philipp, I want to list files from a folder that is inside Download Directory(Download/Folder_NAME/files...). How can I display all files of "Folder_NAME" on Android 11+.
Hey phillip, I just wanna ask you that Can we get all document files with its path from internal storage without manage external storage permission. Because My app is rejected by Google play console due to this permission. Can you please tell me the solution on it?
Phillip can you please tell how to view file after download it in shared storage.. i am creating intent with ACTION_VIEW to open external app to show my pdf but its not working in android 11.
You have no idea how much I waited for a video like this
This took me back to the time of SQLiteOpenHelper class!!
Good explanation with demonstration.
Thank you this is great. I have learned a lot from your channel. If possible try to make a series on custom views.
Can you do a tutorial on JWT Authentication which also includes sending requests with the token?
Very well explained
2:10 when you want an Image Uri but Android Studio thinks you're more interested in trash.
Hi Philipp, great playlist, I'm watching it all and learning a lot from you.
One thing that wasn't clear to me.
For instance, I get a photo from the gallery and modify it (like cutting, rotating) in my app. Can I save it substituing the original one in the external storage? Does I need any permission from the user?
before scoped storage yes, with scoped storage you need to issue an update request. In this playlist I show how to do that with deleting an image, it's pretty much the same
Great video, thank you.
Hi Philipp, I want to list files from a folder that is inside Download Directory(Download/Folder_NAME/files...). How can I display all files of "Folder_NAME" on Android 11+.
Thanks
Hi, thanks for this tutorial. Is possible to load photos from a hidden folder using scoped storage?
8:00 I'm getting displayName can't be null error
It's working fine on emulator as it has sdk 29 but not on my phone
Hi Phillip!
Well thanks, I need to load GPX file from the downloads folder. Any idea, how to solve this? Thanks
You are awesome 😎
Hey phillip,
I just wanna ask you that Can we get all document files with its path from internal storage without manage external storage permission. Because My app is rejected by Google play console due to this permission. Can you please tell me the solution on it?
Hey I need some help with reading documents after selecting the csv file from storage. Can you help?
Phillip can you please tell how to view file after download it in shared storage.. i am creating intent with ACTION_VIEW to open external app to show my pdf but its not working in android 11.
Do you got solution??
What about loading PDFs
bro you can fetch all pdf files in recyclerview using media store please please create a video on that soon please
Make More examples with StateFlow, i want to make a state with mutiple lists
Can we read csv file also with MediaStore
Please help, how can i save any files shared from whatsApp Or instagram in storage?
how do you do this: sdk29AndUp {} ??
can you show us an example by java 🙏🙏
please continue the Spotify clone video course with search
it does not show files which are under subfolder
Hi