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
Then something else is wrong in blocks.
Action: android.intent.action.GET_CONTENT
Data type: audio/*
you can try the intent:
android.intent.action.PICK
I have tried it now but also it doesn’t work
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
and here too
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 SkyRadio then from there he can select what he wants to re-listen offline.
Please someone help.
You could use the taifun file extension to see a list of files within a folder:
Then you put that list in a listview
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.