Grokking Android

Getting Down to the Nitty Gritty of Android Development

Posts tagged “Audio”:

Recording Audio using Android’s MediaRecorder Framework

By

Sometimes your app needs the ability to record and store audio files. As most devices come with a microphone it’s no surprise that Android offers app developers the possibility to do so. This post deals with the two most common ways to record audio on Android. Recording audio using an Intent As usual that’s by […]  Continue Reading  “Recording Audio using Android’s MediaRecorder Framework”