Skip to content

Instantly share code, notes, and snippets.

@juucustodio
Created April 26, 2019 13:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save juucustodio/00d87190e99d78299ada8a9c09350fb4 to your computer and use it in GitHub Desktop.
Save juucustodio/00d87190e99d78299ada8a9c09350fb4 to your computer and use it in GitHub Desktop.
Example of how to implement audio recorder in your Xamarin.Forms applications. - http://julianocustodio.com/gravar-audio
public void Finaliza_Reproducao(object sender, EventArgs e)
{
ReproduzirButton.IsEnabled = true;
GravarButton.IsEnabled = true;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment