PCL Support?
Doe XS not support PCLs when running on windows? I received the following errors when attempting to load a pcl project that I have running in VS 2013. Is this a user error possibly? (no, don't answer...
View ArticleIs Xamarin really ready for Visual Studio 2013 ?
I subscribed to the Visual Studio forum here and have received over 100 postings in the past week. None of which involved questions about how to do something using Xamarin in Visual Studio. ALL of them...
View ArticleIssue [OpenGLRenderer] Enabling debug mode 0
I have problems to debug my app. And when began this situation on the output appears this message: [OpenGLRenderer] Enabling debug mode 0 Any Knows how can I do to debug my app with breakpoints again?
View ArticleError initializing xamarin extensions in VS2012
I have a solution which contains an android project, and iOS project, and some other non-xamarin projects. When I try to open the solution, I receive the following errors: "There was an error...
View ArticleAsync methods (and event handlers) missing from web service proxy
I am following the web services guide (http://docs.xamarin.com/guides/cross-platform/application_fundamentals/web_services/). Everything works fine, except the ASYNC methods are missing from the proxy!...
View ArticleExample WebViewJavaScriptInterface memory issue
Hello, I am trying to understand how to properly use the Android WebView from the memory usage/GC standpoint. I downloaded the example project WebViewJavaScriptInterface, built and ran the app, then...
View ArticleError when linking ObjectiveCMIS with Objective Sharpie
Hi, I try to to link ObjectiveCMIS with Objective Sharpie and got tons of "h file not found" errors. I have added every h file in the source and enabled "following #include and #import directives.."...
View ArticleiOS JIT/AOT
Xamarin states that JIT compilation is disallowed on iOS (http://docs.xamarin.com/guides/ios/advanced_topics/limitations/); however, the iOS agreement (to the best of my knowledge) does not say this....
View ArticleUICollectionView in a UITableViewCell from a Nib...
I have attached a .jpg that illustrates what I'm trying to achieve. The text version: I've got a TableView, and within each TableView cell I have a label and a CollectionView. Both of the TableView...
View ArticleImages from resources subfolder not copied to xcode
In my app the images are organized this way: Resources Icons Images Buttons ... As stated in this post http://stackoverflow.com/questions/16938250/xamarin-studio-folder-structure-issue-in-ios-project...
View ArticleMore Transparency and a Roadmap Please!
It's cool that the bugs we report get fixed (mostly). What's very frustrating though is that nobody seems to know when the fixes will actually be released. It might be released in a week or a month......
View ArticleWhen i start release build i see Error: Xamarin.iOS project has invalid...
When i start release build i see Error: Xamarin.iOS project has invalid platform '' in debug all ok
View ArticleCrash in OnResume in Android app
E/mono-rt (15718): [ERROR] FATAL UNHANDLED EXCEPTION: System.NullReferenceException: Object reference not set to an instance of an object E/mono-rt (15718): at Test.Test.TestFragment.OnResume ()...
View ArticleXamarin.Mac async and await syntax support
Hello, I'm not able to compile Mamarin.Mac project while I'm using async and await syntax. I'm constantly receiving error: Error CS1993: Cannot find compiler required types for asynchronous functions...
View ArticleAdvantages of Xamarin - comprehensive list anybody?
I'm looking for a comprehensive list of arguments for Xamarin. I find it incredibly hard to sell a Xamarin solution over a cheaper Web App. The price is higher, the initial work is more - That's what...
View ArticleUse of NSAlert is crashing regularly
The following use of an NSAlert is resulting in regular crashing after recent updates to OSX, Xcode, XamarinMac and Xamarin Studio... NSAlert oAlert = new NSAlert(); // Set the buttons...
View ArticleUnable to instantiate activity ComponentInfo when using app as launcher
Hi. I'm trying to make my app work as a launcher, so I simply add proper intent settings to manifest: <?xml version="1.0" encoding="utf-8"?> <manifest...
View ArticleException input string
This is my exception var txt=new edit text int e2=Convert.ToInt32(txt.text) The exception is:"Input string was not in the correct format" Thank you.
View ArticleHow to get a context when not in a activity?
I need to use context to use this code Android.Provider.Settings.Secure.GetString(ContentResolver ,Android.Provider.Settings.Secure.AndroidId) To get a content resolver i need context what can i do to...
View ArticleGlobal font and size
Hi, Is there a simple way to set app wide the font, font weight and font size? Can't seem to see anything obvious. Paul
View Article