Connecting To MySQL DB?
I'm building a Xamarin.Mac app, and will use a MySQL db as my authentication method. I would like to know how I can use MySQL in my project. There is no reference for "MySQL" when adding a reference....
View ArticleStoryboard: Unable to edit storyboards in Xcode
Hi Guys, Every time I try an edit my story board in iOs from Xamarin studio I get the following error. System.IO.IOException: Invalid parameter at System.IO.File.SetLastWriteTime (System.String path,...
View ArticleBindings for LiveSDK
Hi All, I would quite like to use the LiveSDK for iOS with Xamarin and since I can't find anything pre-made out there (other than Auth0, which is excellent but requires slightly too much money for the...
View ArticleiOS MMO Games
Hi all, I've been curious for some time about this and I'd be greatful if anyone here has some insight into what types of frameworks or technologies are used to create the back end for MMO games on iOS...
View ArticleDisplay Content View Layouts with View Pager
In Xamarin, I currently have two different activities and I would like to combine these together and use a ViewPager. One activity uses the following content view:...
View ArticleZXing.NET speed
Hello, I'm testing the ZXing.NET component, and have also used the latest version from codeplex. Everything works, but on the same device detection is much slower than using Barcode Scanner app, that...
View ArticleThe include element of java android
Java android has an element called include. Do same things in xamarin, how?
View ArticleMarkdown sample doesn't build?
When I try to build, from the build output I see: cp ..../MarkdownViewer/sundown/bin/Debug/libsundown.dylib: No such file or directory ---------------------- Done ---------------------- Custom command...
View ArticleCrashing at startup in Debug, Release is fine
I'm running Xamarin Studio on OS X Mavericks, building an Android app with latest API version (19?), running it on Galaxy S4. I can run my app on the device in Release just fine. When I try to run in...
View Articleautosave file identity based on Solution name + file name?
I just created a new Solution in Xamarin.Android (Studio 4.2.3 Android 4.12.2). When Xamarin finished creating all the new files, it said there was an autosave file for MainActivity.cs. Out of...
View ArticleSynchronous SslStream operations are not synchronous?
I'm now upgrading my project to work over SSL over TcpClient (we are using sockets to connect over TCP for chat). I've got some troubles related to terminating the connection, but they are resolved (in...
View ArticleNewbie trying to install F# language binding
Hi, I've installed Xamarin Studio 4.2.3 on OS X 10.9.2. When I went to the Add-in Manager I expected to see a language binding for F#. Unfortunately it is not present. Any help on next steps would be...
View ArticleSwitch from 30 Trial Version of Xamarin Studio to Starter Edition of Xamarin...
I am writing to ask if it is possible to switch from a 30 trial version of Xamarin Studio to the Starter Edition of Xamarin Studio; Thanks in advance for any insight, guidance;
View ArticleDetecting touches ended (while scrolling?)
I've been looking for the answer for a few hours now and I can't really figure out what is wrong. I have a collectionview with 1 row of items that I can scroll. I wish to have an event firing when the...
View ArticleViewWillAppear is not getting called on Device
I recently made a change in my application to move some dynamic layout calls from ViewDidLoad() to ViewWillAppear (bool animated). On the simulator, this has worked great. It was exactly the change...
View ArticleXamarin Studio on Vista.
Hello, i installed Xamarin Studio on my Windows Vista SP1. Firstly it started normally, but then it asked for update, it said it was stable i don't remember the name of update but it was something with...
View ArticleCreating a PKCS12 object for a cross-platform project
I have an app, that makes use of client-side certificates to authenticate to my service. Currently, I am using the Openssl.NET library to provide most of the functionality I need, and so far, its...
View ArticleSystem.TypeLoadException
I run through some code, call a web service, get some data back, do some processing and am getting a System.TypeLoadException. I'm not quite sure where to even track this down at. any ideas? I'm using...
View ArticleDuplicate managed type found
Hi! I just added GPS(ICS) support to add AdMob adverts and I'm getting the following error when compiling : 1>C:\Program Files (x86)\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1054,3):...
View ArticleDifference between Mono.Android.Support.V4 and Xamarin.Android.Support.V4-r18
Hi, like in subject, i'm a little confused about components Xamarin.Android.Support.V4-r18 and DLL Mono.Android.Support.V4. In my project, only for ICS, i would create a ViewPager with a DrawerLayout,...
View Article