I am new to Android development and for my first application I have created an application that allows for the recording of audio. The audio record is working as well as the audio playback. One thing that is missing from the application is feedback to the user during recording in the form of a vu meter. On the iOS platform, I believe there is a built-in vu meter that can be used for applications. I have not been able to find an equivalent on the Android platform.
I have been looking on various forums dedicated to Android development and searching on google but I haven't found anything useful.
Does anyone know of any coding examples of a digital VU Meter for recording audio?
Does anyone know of any coding examples for showing feedback when a recording is being made?