ASPNet Website
I have an android project that I am referencing an PCL inside of that has my dataclasses and a SQLite referrence in it. I am trying to use this same class on a website but I keep getting an error:...
View ArticlePassing JSON information to a WebView.
Does anyone have any experience passing JSON information to a WebView? There is a third party service my client is utilizing and the app I'm building requires the passing of login credentials to this...
View ArticleJust posted: Improvements to the Google Play Services Component on the...
Read the full article to learn about some of the improvements that were made to the Google Play Services component. Please use this thread to discuss or ask questions.
View ArticleNeed a Mac binding example
I need to bind a Mac library to C# Xamarin.Mac. All I can find are iOS examples. Is there a walkthrough for Mac?
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 ArticleProfile 104
I need to rebuild my profile 104, but I'm not sure where to find the Profile list in the new Xamarin Studio?
View ArticleWhat is the UniversalView class
Following the instructions at http://docs.xamarin.com/guides/ios/getting_started/hello,_mvc/ From Visual Studio with an "empty iPhone project" I go to "Add -> New item" and choose "UIViewController...
View ArticleiOS Designer with retina images only
Hi! I'm working on an iOS project for iPhone and switched from XCode to Xamarins iOS Designer for storyboard editing. Our app only supports iOS 7, so there is no need for non-retina images. Apples...
View ArticleXamarin Studio "No provisioning profiles have been detected..." on Mac
Got this error whenever I try to debug an iOS app on a Mac Error: No provisioning profiles have been detected. Please visit the iOS Provisioning Portal at http://developer.apple.com to create one. I've...
View ArticleMonoDroid socket access denied
I am porting an application from WM to Android using MonoDroid. I am currently facing a problem where initializing a socket always throw an Exception 'SocketException: Access Denied' on this line:...
View ArticleExact Behaviour of the Linker in Xamarin Studio
Hi I posted this originally in the Studio forum but posting it here as well since it's specific to IOS development too. Under Options->IOS Build there is a section for "Linker Behaviour". I always...
View ArticleLinkAssemblies task failed
I am trying to deploy my app for the first time, but I cannot get around the following error: Reference to metadata item 'Android.Hardware.Camera/CameraInfo' (defined in 'ZXing.Net.Mobile,...
View ArticleUsing real device as emulator with free version?
Hi, I ask if it is possible to use real device as emulator with the free version of xamarin monodroid?Thank you.
View Article[Xamarin Blog] Android Support Library v7: Hello ActionBarCompat
Just posted: Android Support Library v7: Hello ActionBarCompat on the Xamarin Blog. Read the full article to learn how to use the ActionBarCompat to provide Action Bar backwards compatibility support...
View ArticleJSON.net Serialization issue
Hi, I am using JSON.net and am running into the following strange problem: System.IO.FileNotFoundException: Could not find file "/system/usr/share/zoneinfo/zoneinfo.version". when calling...
View ArticleHow to handle different "normal" screen resolutions?
I made a normal portrait layout ( 800x480 ) and runned with a galaxy ace ( 640 x 480 ) and part of my screen was like not showing... The only solution i found till now was to made the aplication...
View ArticleVirtual Hosting options
Can anyone recommend virtual hosting services for .NET and MySQL?
View ArticleXamarin/.NET opportunity in London - (Xamarin, TDD, MVC, RESTful)
Hello everyone, I am looking for a couple of Xamarin and .NET developers to work for two of the most Agile companies in the London .NET market. Key skills: Experience in the design and architecture of...
View ArticleHow to switch between Activities in Menus?
I am creating a menu system like this on several activies to switch between each public override bool OnCreateOptionsMenu(IMenu menu) { MenuInflater.Inflate(Resource.Menu.menu, menu); return...
View ArticleBinding Objc libs problem
Trying to bind with Objc libs on Xamarin.Mac, I obtain this error. "... Error CS0246: The type or namespace name `BaseType' could not be found. Are you missing an assembly reference?..." 1 - do the...
View Article