Audio Recording
问题 I am a newbie in Android and I was trying to build an app to record audio data. I am using Eclipse Galileo IDE with ADT plugin. And my app is targetted for the Andriod 2.1 platform. Unfortunately the example provided in the Dev Guide throws many exceptions. For example: to get MIME type the code uses recorder.getMimeContentType() . But this method does not exist in my version of MediaRecorder class. I have searched online as well as this forum and came up with one or two alternatives which