Create an Android Sound Recorder using Kotlin

Sound Recorder

In this blog post, we’ll develop a basic Sound Recorder application that is capable of recording audio and saving it into the local storage of an Android device using the MediaRecorder that is provided by the Android SDK.

The Android multimedia framework includes support for recording and playing audio. In this blog post, we’ll develop a basic Sound Recorder application that is capable of recording audio and saving it into the local storage of an Android device using the MediaRecorder that is provided by the Android SDK.

You will also learn how to request user-permissions in real-time and how to work with the local storage of an Android device.

Table of contents

Open Table of contents