I am a naive developer in Android. I want to design a simple application where on a button click, voice recording will start. On click of another button, recording will stop. Other screen displays whether I want to save audio, save and send audio and discard audio.
- If I click on save, it saves audio in sd card somewhere.
- If I click on save and send, it saves audio and sends it to my php server.
- If I discard, it redirects me to first screen again.
I am maintaining a local file browser in application. I want that the saved audios will be displayed in that file browser's folder.
Please tell me how to link my local file browser so that I will be able to browse the saved audio files through my application itself.