"OnLocationChanged" method is never called when trying to create a...
I have used the same code in here http://docs.xamarin.com/recipes/android/os_device_resources/gps/get_current_device_location in order to get the current location of the user but it never calls the...
View ArticleRelease builds doesnt run after update
Having a problem with my signed release builds after update. Everything works fine in debug but signed apks don't want to work with my WCF Client. Not sure what info is needed for a bug or if there is...
View ArticleXamarin starter installation end in Blue Screen of Death???
I just tried to do an initial install of Xamarin starter edition. After installing most of the components and after about 15 minutes my PC got into a BSOD. I have never experienced a BSOD in Windows 7...
View Article4.2.3 (build 95) always crashes when I type non ascii multi byte characters
When I mistakenly type multibyte characters in the editor, it always crashes. (such as Hangul : ㄱ,ㄴ,테스트) Can't remember clearly, but it didn't in the previous version. Thank you.
View Article[Bug] Another Subversion operation is already in progress
[Working copy is on SVN 1.7] Keep getting this error every time I try to add a file within Xamarin. It appears to add the file anyway... sometimes, but it doesn't look like it's adding it to SVN. I...
View ArticleHow to override the back button of the device and not just disable it.
I have this code to disable the back btn public override bool OnKeyDown(Keycode keyCode, KeyEvent e) { switch (keyCode) { case Keycode.Back: return false; } return base.OnKeyDown(keyCode, e); } Is it...
View ArticleDevice Serial Number
Hello there :D Im trying to use this code on my proyect Its for getting the serial number from a device here is the Java Code String serial = null; try { Class<?> c =...
View ArticleSerial port JNI
Hello there so I am trying to translate this SerialPortClass http://android-serialport-api.googlecode.com/svn-history/r4/trunk/project/src/android/serialport/SerialPort.java which uses JNI but I really...
View ArticleMonoMac.CoreBluetooth and BlueTooth framework
Dear, i 'm developing with xamarin's mac a demo for connect to a standard SPP Bluetooth device (NO LowEnergy) On XamMac.dll i found MonoMac.CoreBlueTooth, but this is usefull ONLY with LE BlueTooth...
View ArticleXamarin Studio 4.2.3 Build(60) possible found bugs
Well. Finally Android Design is working, considering you have 22.6 r3 Android SDK. I could finally start testing Studio and I get theses returns. Xamarin Studio when set AbsoluteLayout doesn't allow me...
View ArticleShouldChangeCharacters next field returns same value?
i got 4 block for 4 pin when i use // z3.Text = replacementString; // z4.BecomeFirstResponder(); // // same value goes to z4 too is it bug or any way to fix?
View ArticleREST or WCF?
Hi, I have a requirement where I have to write an app for iOS,Android and Windows Phone, I have been reading about cross platform architecture and Im not sure about what webservice platform to use,...
View ArticleXamarin Studio is unable to get updates or download components when behind a...
While at home or on free internet Xamarin Studio works fine. However at work it is unable to contact Xamarin at all because we have a secure proxy for all internet access, my browser settings work fine...
View ArticleGCM notifications
Hi guys, We're just getting started with the fabulous GCM notifications. Here are our issues: The notification works well and the app receives it. But when the app is not started and a notification...
View ArticlePopUp Nav controller
I'd like to create a pop-up nav controller to use as my options screen for an app I'm creating. The screen would be accessible from my main menu (which is an SKScene), and when the user taps on...
View ArticleIdentifying the cause behind deployment issues and "Internal Server Error (500)"
I've been trying to get the Tasky.iOS project within the TaskyVS solution to properly build and deploy to my OS X Mavericks 10.9.2 system without success. Every time I have tried, I have ended up with...
View ArticleSerial number or UDID or similar...
Hi, There is any way to retrieve the Serial Number or UDID or some Unique Serial Number related to a single device? There is any solution to this? Thanks.
View ArticleWhat Service connection do you use?
Hi, I was wondering what service connection you use for storing and collecting data online. For some weeks ago my dataservice failed and has been failing since. Therefor I was trying to use WCF by...
View Articlezebra bluetooth printers
hi Does anybody has created bindings for the zebra bluetooth printers http://www.zebra.com/us/en/products-services/printers/printer-type/mobile/mz-series.html thanks pd: you can download the sdk here...
View ArticleObjective Sharpie NullPointerException
I am trying to generate bindings for the Mixpanel library and am following the simple wizard in Objective Sharpie, but it throws an undescriptive NullPointerException during the generation step (see...
View Article