Debug DLL files are never released?
C:\Program Files (x86)\Mono-3.2.3\lib\mono\4.0\Microsoft.Common.targets: Error: Access to the path "C:\Dev\gitsrc\Project\src\Core\bin\Debug\Core.dll" is denied. at System.IO.File.Delete (System.String...
View ArticleCreating an Activity in Layout makes causes unfriendly error message
Creating an Activity in Layout makes causes unfriendly error message shown below. I know, I know, don't do that but we could use friendlier message than this :) System.NullReferenceException: Object...
View ArticleHow can I create a UIImage from a base64 string?
I currently tried to do this: var base64image = "/9j/4AAQS ...ETC... iIiIiIiIiIi/9k="; NSData image = new NSData(base64image, NSDataBase64DecodingOptions.None); var uiImage =...
View ArticleLoading initial data from the server - Where to place code?
Upon app launch, I want to connect to my server and obtain a chunk of data. My plan is to check for internet connection first, and if it's unavailable notify the user to connect to the internet and tap...
View ArticleAm I missing something, or is Task.Run not available in Xamarin.Mac?
I am using System.Threading.Tasks and yet there is no Run method for a Task. I'm trying to do a simple async/await using Task.Run just like I've done in another non-Mono C# project. Am I missing...
View ArticleOffice 365 SharePoint from Xamarin.iOS
Is it possible to set up authentication and make REST queries from Xamarin.iOS to SharePoint 2013 in Office 365? I see it appears KidoZen offers this but they have a subscription model. Thanks. Mike
View ArticleVS2013.1 Unable to load property sheet
Hi, yesterday I set up my Mac (Mavericks) and Windows PC (8.1) for app development with Xamarin, but it seems there is some kind of version incompatibility. When I try to open the settings in VS2013...
View ArticleiOS 7, UICameraPickerController, crashing when device is laying horisontal...
When i make this: UIImagePickerController picker = new UIImagePickerController (); picker.SourceType = UIImagePickerControllerSourceType.Camera; PresentViewController (picker, true, null); I get...
View ArticleSize of the app in trial version?
Hello everyone, I am always evaluating the xamarin(trial version) and I'd like to confirm the size limitation in this version.I heard somwhere that it is 36kb but I am about 150kb and I is working...
View ArticleWarning: Android NDK directory
Every time I build Android app using XS (I'm on the alpha channel) I get this warning: /Library/Frameworks/Mono.framework/External/xbuild/Xamarin/Android/Xamarin.Android.Common.targets: Warning:...
View ArticleIOS 7.0 changes transparent background on table to white
Hi There, On iOS 6, my table view was transparent and looked great. First time running iOS 7, and the background is white. I have tried making the table backgroundColor, cell color etc etc to UIColor...
View ArticleNavigation Controller and a Tab Bar Controller
Hi, my first app so hope I'm using the right terminology (correct me if not). I have an app that has three UIViewControllers represented on a tab view control. The first of the three has a tableview...
View ArticleBUG: DidReceiveRemoteNotification not invoked
Hi, The method: public override void DidReceiveRemoteNotification (UIApplication application, NSDictionary userInfo, Action completionHandler) is not invoked when the app is in "Suspended" state (the...
View ArticleAccessing Web Service on VM from Physical Device
So I am creating a Android application using Xamarin Studio on MAC that is running Parallels. I am trying to access web services that are running on a VM (Windows8) through Parallels. I am able to...
View ArticleAndroid Setting Buttons Click Event
I would like to set up custom options to be available from the settings menu for an app I am building can someone point me towards the documentation for this? Thanks!
View ArticleListview does not work?
Hello everyone, Here I am sending a listview which open 2 class by choice.The issue is that no matter the choice, it always open the same class.Can anyone help me.Thank you.
View ArticleActionBar with SupporLibrary Error: No resource found that matches the given...
Hi all, I've been trying add in my app ActionBar with SupportLibrary. It's my full code: `using System; using Android.Content; using Android.Runtime; using Android.Views; using Android.Widget; using...
View ArticleImplement takePicture function of Android Camera
Hello, I'm trying to implement this code in C #: http://android-er.blogspot.com.br/2010/12/implement-takepicture-function-of.html Entretando'm not having success, an exception occurs at this point...
View ArticleGoogle Maps PolylineOptions SetColor not working... anyone?
The following renders a polyline on a map. The only thing I can not seem to get working is the SetColor method. SetWidth works fine. _map.AddPolyline(new PolylineOptions().Add( new...
View Article