Android.Content.getExternalFilesDir-is it available?
Hi, I'm new to Xamarin. Can someone tell me if I can use Android.Content.getExternalFilesDir? Brandon
View Articlewiring delegate to ...?
I would like to wire up a delegate for Popover, but I'm not sure where in the .xib to wire it to. Can someone advise? I thought it would be to MainWindowController but that does not work. Do I need a...
View ArticleSetting multiple file build action properties
I'm porting a large ActionScript application to Zynga's PlayScript. A problem/inconvenience I've run into is the inability in Xamarin Studio to set the build action of multiple files in the properties...
View ArticleBringing existing projects into Xamarin
There is a great C# open source client for Redis: https://github.com/ServiceStack/ServiceStack.Redis How would I go about making a Xamarin Studio project from this?
View ArticleMissing Menu Bar options
I've ran into something odd that I can't seem to find a remedy for. I recently installed Xamarin Studio 4.0.8 on OS X 10.8.3 and had installed the MonoFramework MRE (prior to Xamarin). Everything was...
View ArticleXamarin.com Website Software
Does anyone know what software xamarin.com (this site) uses to power itself? Cause it is very well polished and seems to work well. I'm envious. It is also well synergized. I bought the product and my...
View ArticleFarlight
This week we (Outcoder.com) released our Farlight app to iPad, iPhone, iPod Touch, Android, Windows Phone 7/8, Windows 8. Thanks Xamarin! Apple App Store: http://bit.ly/14lChOi Google Play Market:...
View ArticleDefault font size for documentation browser is tiny; how do you set it?
I'm trying to use the Mono Documentation Browser, but out of the box it uses something absurdly small. How do you set the font size to something humans can read comfortably?
View ArticlePossible bug in Xamarin implementation of...
Hi all, I'm running the current stable build of Xamarin.iOS (6.4.3.0 (Business Edition)). I just hit this error when tapping a button that has a segue assigned to it in a storyboard: 2013-08-29...
View ArticleMKOverlayView methods cannot be called from multiple threads
Apple's developer docs for the MKOverlayView class state that the DrawMapRect method will be called from multiple threads to improve performance. When implementing DrawMapRect, it is necessary to call...
View ArticleDuplicate Managed type found
Hi, I am currently using both Windows Azure Mobile Services and Xamarin Authentication and I get this compile error. Error 1 Duplicate managed type found! Mappings between managed types and Java types...
View ArticleFacebook component with Visual Studio 2012
Hi, I just wonder why does it show as a compile error yet it still compiles and deploy it to the emulator. This is tolerable but very annoying. Any reason why?
View Article"No Devices Attached" in Visual Studio
Host diagnostics from Options->iOS settings passes just fine, iOS toolbar shows green light, but the selector show "No Devices Attached" and "Show iOS simulator does nothing". How do I troubleshoot...
View ArticleTestflight Reliability
I'm finding that testflight is not very reliable and am wondering what everyone else's experience with it is. I have an app with 14 devices in it and multiple test users. One of my test users...
View ArticleMapsAndLocationDemo_v2 - Linking fails to resolve "Android.App.Fragment"
https://github.com/xamarin/monodroid-samples/tree/master/MapsAndLocationDemo_v2 Can you try to build the sample in release with linking on? I wonder if you can reproduce the following build error. I'm...
View ArticleLooping string characters in array and displaying it in a label only shows...
I must be doing something wrong but for whatever the reason is, when I loop string characters in an array and display each character in a label only shows the last letter "E". private void LoopText() {...
View ArticleWeird error when starting up Xamarin Studio
Hello everybody, I get an error when a start working with Xamarin Studio. I attached an image with the description. Thanks, Ángel
View ArticleSpecifying the mono version to build against on the command line
We are trying to set up a more advanced build configuration for Xamarin Studio, and we are wondering whether there is a way to specify the Mono version we want to use for a build (as in $ mdtool ...)....
View ArticleBinding AWS (SNS) iOS SDK
I have this really weird bug in my project. I added System.xml in the assembly reference but compiler still gives the error "The type or namespace 'XML' does not exist in the namespace 'System'"....
View ArticleHow to make a rootViewController scroll?
Hi, I made a custom UIViewController that I add to the window.RootViewController (in AppDelegate.cs). The content in my CustomViewController doesent fit in the windows so I want it to scroll. I tried...
View Article