Forum topic
Hi guys, I need to write an app to get battery info such as charge cycles and battery health. I want to use Xamarin.   I looked at the EMDK for Xamarin 1.0 docs and it doesn't seem to currently…
Forum topic
Hi, is it possible to get scanner stats i.e. good reads, bad reads, etc. via the Xamarin EMDK? Thank you kindly
Forum topic
Hi everyone,   I am currently trying to get the BasicScanningTutorial running on a TC55 device with Xamarin in Visual Studio. I downloaded the sample from HERE. I can debug the application and…
Forum topic
Hi everyone, I am wondering how much code can be reused if I were to decide to write an Android application with EMDK and later port it to Windows 10 mobile. If I understand things correctly in order…
Forum topic
Hi,   I'm writing a C# app to connect to a bluetooth printer and print labels off. As part of this, I want to save the connected printer to an XML file, so that we can connect to it on…
Forum topic
Hello guys,   I am developing a application Android with Android Studio and when compile the application in TC70, i have this error: Failure [install_failed_missing_shared_library]   The…
Forum topic
I'm programming an app for the MC92N0 handheld, and I have a business requirement to use the indicator bar to alert the user that something has happened on the server that needs attention.  A…
Forum topic
Good morning,   we have Android Xamarin application with Barcode Scanner API. On every Activity we have InitScanner method OnResume event and DeinitScanner method on OnPause event.   public…
Forum topic
I'm running on Win7 with VS 2015 pro U3, which includes Xamarin and EMDK. I have Xamarin Player, which works great, and I can test my app on the emulator (a Nexus 5 running KitKat; API19) set on…
Forum topic
My activity looks like this:                                   …