android - How to record a voice and sent it to server? -


i naive developer in android. want design simple application on button click, voice recording start. on click of button, recording stop. other screen displays whether want save audio, save , send audio , discard audio.

  1. if click on save, saves audio in sd card somewhere.
  2. if click on save , send, saves audio , sends php server.
  3. if discard, redirects me first screen again.

i maintaining local file browser in application. want saved audios displayed in file browser's folder.

please tell me how link local file browser able browse saved audio files through application itself.


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -