Skip to content

Instantly share code, notes, and snippets.

@juucustodio
Created November 3, 2017 12:26
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/11dcd63e169666a881faf22be77ef0f0 to your computer and use it in GitHub Desktop.
Save juucustodio/11dcd63e169666a881faf22be77ef0f0 to your computer and use it in GitHub Desktop.
Exemplo de como criar um barcode scanner com Xamarin.Forms http://julianocustodio.com/scanner
...
<ContentPage.Content>
<StackLayout>
<Button Text="Open Scanner" Clicked="OpenScanner"/>
</StackLayout>
</ContentPage.Content>
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment