Assembly Browser doesn't dissemble async/await functions
A function like this: public async Task MyFunction(CancellationToken cancellationToken) { } is decompiled like this in the Assembly Browser: [DebuggerHidden,...
View ArticleErrors with Extension methods after update.
Hi, I have just updated Xamarin Studio to latest stable release, but now I cannot build the project that was working just fine before the update. I am running OSX 10.9 with Xamarin Studio (4.2.2 (build...
View ArticleHow to convert Java's Runnable in C#
I guess I am too dumb figuring out how to do this. So, I hope someone is smart enough to help me. Here is the activity in Java: ` public class FunkyActivity extends Activity { @Override public void...
View ArticleMoving the context?
Hi. I'm making a custom map app where I've drawn a map (with CGContext.DrawPath()) on the context. Now i want to be able to move the map by moving my finger on the screen. How can i move what I've...
View ArticleErrors after an update
I've started getting the following errors in my Xamarin.Android application. Admittedly, I am not sure if this occurred after updating to 4.10, 4.10.1, 4.12.0, or 4.12.1. The errors are below. These...
View ArticleReleasing app with debug symbols ?
Hi there, What are the "consequences" for releasing an app with the compiler setting "Debug information" set to "Symbols only" ? I guess the app will be bigger, but is it a "no no" or will it be...
View ArticleHow to Set Up Crashlytics? Any tips?
Hi, I'm wrapping up an app that I've been working on for a while. In the beta testing, a few tricky bugs pop out that would crash the app now and then. They can't be reproduced in the Simulator and...
View Articleworkaround for Mono bug 523151
Hi, I am trying to do a webrequest and to get the response into a xmlReader. But, always my xmlreader throw a nullReference exception when I call : xmlreader.MoveToContent() . I verified the response...
View ArticleApril 5: XHackers:Bangalore: Hands on Labs for Android using Xamarin
Date: April 5 Location: Bangalore, India Registration: http://www.meetup.com/XHackers/events/171785312/ With popular demand, we are planning to have Hands on Labs for Android on Xamarin Prerequisites -...
View ArticleXamarin Studio crashing when writing quotation marks
Every time I write the second quotation mark in any file Xamarin Studio crashes and I have to restart it. It's very annoying... the same happens to my colleague, also working on Mac. See attached...
View ArticleHow to implement UIGestureRecognizerDelegate for a UIScrollView?
A UIScrollView has it's own gesture recognizers, e.g. for panning. I'd like to override some functionality with regards to the panning of a UIScrollView. More specifically, I want a scrollview to stop...
View ArticleUIBarButtonItem and SetTitlePositionAdjustment
I have a toolbar in my code with two buttons: toolbar code: UIToolbar toolbar = new UIToolbar (); toolbar.BarStyle = UIBarStyle.Default; toolbar.Translucent = true; toolbar.Alpha = 0.6f;...
View ArticleXamarin iOS
When I am clicking Storyboard it opens in XCode interface builder, but in the Classroom 1 (Xamarin iOS) it has shown the storyboard designed in Xamarin studio itself and not in xCode interface builder....
View ArticleError have ocurred
Good ... I spend when I was installing the installer Xamarin ... hope you can help me thank you very much
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 crashes on startup
Hi I've recently installed Xamarin Studio although I was not able to run as it crashes on startup. Here is the crash log Process: XamarinStudio [1030] Path: /Applications/Xamarin...
View ArticleRuntime exception trying to use Amazon Device Messaging
My app is running on JellyBean, using Xamarin Mac 4.2.3 (59), Android SDK 4.12.0 (Indie), targeting a Kindle HDX device. I have a JAR Bindings project for amazon-device-messsaging-1.0.1.jar. When I try...
View ArticleCross Platform Mobile Development with C# (Slide Deck)
This slide deck is an introduction to developing cross platform apps with Xamarin. It gives an overview of Xamarin and MvvmCross. It is aimed at beginners and those reviewing Xamarin. Title:...
View ArticleProblem to start iOS Simulator from Visual Studio
When trying to run my code from Visual Studio on my Mac I get the following error: _Mono.IOS.VisualStudio.MonoTouchPackage Error: 0 : Unable to connect to the remote server...
View ArticleScreen Capture Landscape
I am trying to take a screen capture in Landscape mode. Using this method: UIScreen.MainScreen.SnapshotView(true).Snapshot(); Snapshot is from this post:...
View Article