Thank you so much I have not been able to find a working solution for sharing from resource files until now, you are a real life saver!
@0u55ama2 жыл бұрын
thank you bro but i have a question is the code for the java is similar ??
@TechGamerzpro4 жыл бұрын
In tts how the audio file can be share Please make the video for this
@amm96533 жыл бұрын
does this work with android 10 and 11, cause I've implemented some very similar functionality to what you have in the video but in android 10 and 11 I get this error "java.lang.SecurityException: Permission Denial" whenever I try to trigger the share intent, but with API < 29 it works normally
@roshnibalasubramanian85124 жыл бұрын
Is there a way to share mp3 files directly from raw without writing them onto external storage first?
@androidtutorials93284 жыл бұрын
I don't believe so no. It needs to be stored on the phone and give the share permission to other apps.
@roshnibalasubramanian85124 жыл бұрын
@@androidtutorials9328 medium.com/androiddevelopers/sharing-content-between-android-apps-2e6db9d1368b They have mentioned that it is possible, however I am stuck up on the part to create a File object. Can you go through this and help me on what path to give in the constructor of File such that it references to the res/raw directory
@androidtutorials93284 жыл бұрын
There might be a hacky way of doing it, but the general path is to save it on phone first. stackoverflow.com/questions/46827950/how-to-share-audio-file-from-raw-folder-into-social-apps
@roshnibalasubramanian85124 жыл бұрын
@@androidtutorials9328 Got it, anyway, thank you!
@zakblacki5 жыл бұрын
Can you make video about OpenCV Android such Document Scan Using OCR and MRZ
@androidtutorials93285 жыл бұрын
That seems more of an OpenCV tutorial, but I could look into general text recognition with it.