-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
beep sound #2
Comments
you can't use "Android" in a XF project. You should use DependencyServices for this. |
Dear Is there any way to easily reference the Zxing library on Android? |
I have not understand your problem. Are you using Xamarin Forms or Xamarin Android? |
< MainActivity.cs > using Android.App; namespace App8.Droid
}
< App.xaml.cs > [assembly: XamlCompilation (XamlCompilationOptions.Compile)]
}
using Android.Media; namespace App8
} |
I am a beginner to study c #.
I want to output a beep sound.
I would like to add a beep in the source code
DisplayAlert ("Continuously Scanned Barcode", result.Text, "OK"));
using Android.Media.Tone;
I can not import.
Is there any reason not to control source code?
replay Pls
The text was updated successfully, but these errors were encountered: