Hello guys!,
I have a PCL project and I want to implement EMDK to my project,
can somebody help me with a sample just like Zxing.
I am using a TC-70 device.
thank you!
Incorporing EMDK into PCL project Xamarin.Forms |
Incorporing EMDK into PCL project Xamarin.FormsHello guys!, |
Subscribe to email updates
Monthly updates from our Zebra development team, straight to your inbox.
1 Replies
Hi, I'm pretty sure that's not possible I'm afraid. The EMDK for Xamarin targets Android specifically so you couldn't add it to a PCL. Reading around there is a suggestion to use dependency injection to call platform specific code from your PCL (https://xamarinhelp.com/xamarin-forms-dependency-injection/ ) but you would still have to include the EMDK for Xamarin in the Android specific part of your application.