How can I rewrite and change app_inventor after sound record to user My Documents

See the answer from abhinov
https://www.quora.com/How-can-I-record-internal-audio-on-Android?top_ans=113861091

I would like to know which one .3gp .aac et is best for quality and not using much kbs or mbs?

I still need more help on how to fetch the File Name which has the saved records. I have tried this method but it gets the blank file and not what I expected.

I found nothing here.


Please I need your help once again.

Data type is very similar to mime type.Try mp3/* and see what happens.

Yet still nonthing works

If so then try this one:
audio/*

Also it is not working I don’t know why :man_shrugging:

Then something else is wrong in blocks.
Action: android.intent.action.GET_CONTENT
Data type: audio/*

:point_up_2: :point_up_2: :point_up_2: :point_up_2: :point_up_2:
Yes this is what exactly I implemented
:point_down: :point_down: :point_down: :point_down:

you can try the intent:
android.intent.action.PICK

:point_up_2: :point_up_2: :point_up_2:
I have tried it now but also it doesn’t work

but on the “Recent” screen you never get all the files… you have to look them up in the button menu

1 Like

But my intention is to direct a user to what he was recording so there is no need to search it.

Then you don’t have to use that activity starter. That’s for picking a file…

and that is what exactly I want
read here
:point_down: :point_down: :point_down: :point_down: :point_down:

and here too
:point_down: :point_down: :point_down:

So I just need after a user has recorded multiple audios and those audios have been stored on a File called SkyRadio then when he clicks the menu button goes by a name Saved Recording he should be redirected to a File :point_right: SkyRadio then from there he can select what he wants to re-listen offline.
Please someone help. :pray:

You could use the taifun file extension to see a list of files within a folder:

Then you put that list in a listview

2 Likes

Short answer regarding opening a specific folder with activity

Then why are you using activity starter. You can do that easily using Audio Picker component.

I would like to use any component provided that I can view the directory File

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.