Audio (MediaPlayer) On an Android (Archos 5 IT)?

You should use openRawResource() to access items in R. Raw To access the SD card, check out resources like this post.

You should use openRawResource() to access items in R.raw. To access the SD card, check out resources like this post.

Never used it myself, I just knew about those resources. – Felix Apr 28 '10 at 18:07.

Audio formats, so that you can easily integrate audio into your applications. Using the MediaRecorder APIs if supported by the device hardware. Microphone, save the audio and play it back.

Audio, but actual devices are likely to provide these capabilities. Create a new instance of android.media.MediaRecorder. On the MediaRecorder instance.

To stop audio capture, call MediaRecorder.stop(). MediaRecorder.release() on it. Free the resource immediately.

Recorded audio file.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions