Skip to content

Instantly share code, notes, and snippets.

@vhoyer
Created July 20, 2018 11:48
Show Gist options
  • Select an option

  • Save vhoyer/7b8aeb7137b147c03f55fa30ada25270 to your computer and use it in GitHub Desktop.

Select an option

Save vhoyer/7b8aeb7137b147c03f55fa30ada25270 to your computer and use it in GitHub Desktop.
Para usar o aritchie/userdialogs no xamarin forms
  • install the package userdialogs
  • abrir o MainActivity.cs do Android e inicializar o pacote no android
Acr.UserDialogs.UserDialogs.Init(this);
  • chamar no projeto o Acr.UserDialogs.UserDialogs.Instance.*
    • esse * é o uso de um dos métodos fornecidos pelo pacote
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment