welcome everybody
I want a mobile application that reads QR and puts the result in an Entery box using xamarin.forms
I found a previous post in particular, but it did not work for me, and the reason is that this library does not exist --->
- using XFBarcode.Services;
- [assembly: Dependency(typeof(XFBarcode.Droid.Services.QrScanningService))]
- IQrScanningService
The error is as shown in the picture
Note: I just changed the name of the app
Can anyone help?


Rajanikant HawaldarPosted Jun 7, 2024, 4:38 AM
Check this article, explained in detailed
https://www.c-sharpcorner.com/article/qr-code-scanner-in-xamarin-forms2/