Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>There is an example of how to do audio capture using MediaRecorder in the <a href="http://developer.android.com/guide/topics/media/audio-capture.html" rel="nofollow noreferrer">Android Developer Documentation.</a></p> <p>I would recommend saving the files on the SD Card and then have your gallery code check the SD card to see which files to display. You can get the directory of the SD Card using the <a href="http://developer.android.com/reference/android/os/Environment.html#getExternalStorageDirectory%28%29" rel="nofollow noreferrer">Environment.getExternalStorageDirectory()</a> method. It would be best to save your files in a subdirectory of the SD Card root directory.</p> <p>Make sure you give your applications the <a href="http://developer.android.com/guide/topics/security/security.html#permissions" rel="nofollow noreferrer">Permissions</a> it will need. At the very least it will need <a href="http://developer.android.com/reference/android/Manifest.permission.html#RECORD_AUDIO" rel="nofollow noreferrer">RECORD_AUDIO</a> and <a href="http://developer.android.com/reference/android/Manifest.permission.html#WRITE_EXTERNAL_STORAGE" rel="nofollow noreferrer">WRITE_EXTERNAL_STORAGE</a>.</p> <p>Also you have to see these tutorials:</p> <p><a href="http://www.androiddevblog.net/android/android-audio-recording-part-1" rel="nofollow noreferrer">http://www.androiddevblog.net/android/android-audio-recording-part-1</a></p> <p><a href="http://www.androiddevblog.net/android/android-audio-recording-part-2" rel="nofollow noreferrer">http://www.androiddevblog.net/android/android-audio-recording-part-2</a></p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload