Forum topic
If I enable Android Link tool & Android Dex tool the build fails in Xamarin Android. In my app I enabled these two configurations r8 d8 After enabling that I am getting the below error. Build…
Forum topic
HI, I am using Xamarin to build a mobile app that will print out the label via connected Bluetooth device (ZQ320). After the inactivity timeout, the connection seems like broken when I wake up the…
Forum topic
How can I configure the scanner settings of the EMDK to enable the scanner to read more than one barcode at a time?
Forum topic
Hi, I am using Xamarin to create mobile app to print something on a Zebra Mobile Printer ZQ320. In my source code, I did use "ConnectionBuilder.Current.Build ("MAC Address")" to establish the…
Forum topic
I'm using LinkOS Version (1.2.0) (Xamarin Android) in my android application,but when I try to run the project I get the following error: java.lang.OutOfMemoryError. Consider increasing the value of…
Forum topic
Hi. Here is my code. var deviceAddress = _preferences.GetBluetoothDevice(); var result = new PrintResult(); if (string.…
Forum topic
I am very new to the mobile application development. we bought a TC72. I have been working on a Xamarin form for the device. Should I use Data Widget or EMDK to work with my Xamarin form? does Data…
Forum topic
I am very new to the mobile application development. we bought a TC72. I have been working on a Xamarin form for the device. Should I use Data Widget or EMDK to work with my Xamarin form? does Data…
Forum topic
Hi, Can we connect a single Zebra printer to multiple iOS device and give print command from all iOS device ?
Forum topic
Hello   I have an app that needs regular camera usage in addition to scanning capabilities.   The camera functionality has been implemented previously with a PCL approach (I am using…