"Invalid License or Corrupt"
Hi There, I'm new to Xamarin. I decided to try out Xamarin, as I want to continue learning to write applications using C#, but also wanted t o create apps for Android & iOS for personal knowledge....
View ArticleHow to add an account in Settings / Accounts
Hi folks, in Android Settings / Accounts, how can I add an account for my app? Please see attached picture. Thanks a lot!
View ArticleHighlighting of errors that arent errors
Xamarin Studio is showing code errors in red, even though everything compiles OK. Examples include the following lines Id = Guid.NewGuid(); Guid.NewGuid gets highlighted in red, and the error "error...
View ArticleiOS and Xamarin apps integration
Hi, we have a developer working in an iOS project in Objective-C using Storyboards and another working with Xamarin. We have been trying to integrate these two with no luck. We know that is possible to...
View Articledevice unavailable
i can't run emulator device please help me i install adv and create it;
View ArticleDebugging Xamarin.iOS on Visual Studio - buggy, unstable; is it me?
Hey everyone, I'm enjoying using Visual Studio to write Xamarin.iOS code. Pretty cool stuff. Unfortunately, I'm having a heck of a time debugging on the simulator from Visual Studio (running in VMWare...
View ArticleCross-Platform Plugin Implementation
I have a library of utility java classes that I wrote utilizing Android POJOs and SQLLite- IE, nothing platform specific like intents or hardware. I would like to turn that into a plugin and import...
View ArticleInterface Builder Control+Drag
Hi, Upgraded Xcode and Interface Builder is now 5. I can't Control + drag to make an outlet/action. Another thing is that the Object Id is now in this format bVc-09-fUb (non integer). Thanks, Van
View ArticleHow to set DateElement to Null or Empty Value?
I have a filter screen where people can filter by date. Unless they manually pick a date I need that field empty, but in the constructor we have to specify an initial value. How to set that to null so...
View ArticleWatch LINQ to Twitter on Glass
Today, I blogged about my latest adventures with Xamarin. This time, I got LINQ to Twitter running on Glass via Xamarin.Android and the Xamarin Glass Development Kit: Watch LINQ to Twitter on Glass...
View ArticleCrash reporting
Where would I find the 'Crash reporting' option in Xamarin Studio for OSX? I've tried looking in 4.2.2 (build 2) and 4.3.0 on the Alpha channel. I've seen screenshots of some people having it being in...
View ArticleConnect to genymotion in OS X from VS running in Parallels?
I have the following configuration: - Genymotion installed in OS X - Parallels with Visual Studio + Xamarin I followed this guide and managed to get it so that I can F5 from VS into a standard...
View ArticleProblem with programmatically button creation
Hi! I am developing my first android app. I got problem, which I failed to resolve. The problem is in position offset. First row is always very strange. Actually first button which I add has wrong...
View ArticleVisual Studio not rebuilding xamarin android project when I click "Start"
Visual Studio not rebuilding (nor deploying) xamarin android project when I click "Start". Instead it is just running the already built and deployed version on the emulator. I want to rebuild, deploy,...
View ArticleQuestion about Indie level
Hi, all. Times are tough and I can't justify the business level yet. I am considering Indie but one things that concerns me is the lack of a ability to use System.Data.SqlClient in Indie. In my prior...
View Articlecode quit unexpectedly while using the AppleScriptObjC plug-in.
Hello, I have a Mac Mini with Xamarin Studio installed. When I click on a file, a XIB to edit in XCode, I'm getting from XCode the following error: code quit unexpectedly while using the...
View ArticleSimple Access Code generation for enabling offline App features
Hi all I need to implement an access code that can be used to enable some features in my app. This solution has to work offline. I would like to use the iOS device serial number combined with a unique...
View ArticleDiasappearing SearchBar
I'm trying my app for the first time under iOS7 and my searchBar does not appear anymore; either in the simulator or on the test device. The app worked perfectly under iOS 6. I'm using the latest...
View ArticleDiasappearing SearchBar
I'm trying my app for the first time under iOS7 and my searchBar does not appear anymore; either in the simulator or on the test device. The app worked perfectly under iOS 6. I'm using the latest...
View ArticleCan't step in delegate method.
Hi, Just starting my first Android app using Xamarin/C#. I have a button (defined in Main.axml) called GoBtn and I want to call a method from the buttons click handler. The code builds/runs but I can...
View Article