I'm new to working with qr codes in xamarin.android. I have searched the internet for answers, but I didn't found the answer that suits my requirements. I found a couple of nuget packages that I could use like:
- Zxing.net
- Zxing.mobile
- qrcoder
But I can't manage to find an example in xamarin.android. Well my question would be: what's the best library to:
- read qr codes and import the content to a string.
- generate qr code based on a string.
Does anyone have a clue which way to go?