Can't see any device when debugging
This is my first time with android application. when I'm tring to run my new application I dont see ant AVD even after I choose one, so I'm stuck in the window 'select device'. what do i need to do?
View ArticleAny Updates on .resx support for MonoTouch Libraries?
As far as I understand it, Xamarin/MonoTouch does not support using .resx resources in MonoTouch libraries... This seems to be confirmed by the following message: "Could not find any resources...
View ArticleApp does not start on debug. TrialSplashScreen does not exist
I am using Visual Studio 2012 On launching the application i get the error: [INPUT] am start -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -n...
View ArticleLatest Xamarin.iOS update breaks all MvvmCross projects
Since last update (Xamarin.iOS 6.4.4.12) I'm not able to run even the simplest MvvmCross sample (like N=0 MvvmCross sample) with a NullReferenceException on MvxViewController.ViewDidLoad() call. I...
View ArticleProguard Or obfuscation
hi how can we obfuscate apps in xamarin using android Proguard or obfuscation thanks !!
View ArticleIPictureCallback : I need help
Hi, I'm trying to implement a camera view and allow the user to save a picture. I absolutely don't understand how callbacks work with Xamarin. The function takePicture needs a IPictureCallback, so I...
View ArticleDeleting another apps sql db within code.
Hi guys, We have several apps that connect to SQLite databases, which are all stored in the system/data/data/app name/databases folder. From time to time, the data becomes corrupt, and the need to...
View ArticleVisual Studio 2013 Support
Is it too early to ask what the plans are around Visual Studio 2013? :)
View ArticleSleep in GCD with Xamarin
hey, I spawn a GCD thread and I want to wait a few milliseconds. In Objectivec I would use the c function sleep() but with Xamarin.iOS I have no clue how to do that.I don't want to use a NSTimer and...
View ArticleMonoTouch.Dialog - Disable elements?
I need to disable elements in my MT.d dialog. Basically, I want features to be visible in a free edition, but only enabled in a paid edition. Is it possible to disable elements in MT.d?
View ArticleUIBarButtonItem in UIToolbar not firing
I can't seem to capture the click event on a UIBarButtonItem in my UIToolbar. I can see the click animation when i'm clicking on the button, but the code won't fire. I've tried hooking it up through...
View ArticleUsing async in a PCL
Hey guys, I'm brand new to Xamarin so I'm trying to piece together how to get PCLs working successfully. I am currently running the latest Alpha build using Xamarin Studio. I am able to use async in an...
View ArticleLatest Update 6.4.5 fails to launch on device
Did the upgrade and it works fine on the simulator but when I uploaded to device it fails to launch. It shows the splash screen for 2 seconds and crashes. Interestingly enough, I couldn't find any...
View ArticleUsing .NET 4.0 System.Device.Location.GeoCoordinate.GetDistanceTo()
I have a local database of locations with coordinates, and am looking for a way to get a list of the locations within a specific radius. During my research, I found that .NET 4 Framework includes a...
View ArticlePossible to port this Flat UIKit for Mono?
I stumbled across this cool flat uikit for objective-c? Is there a relative easy way to use this in a MonoTouch project?? https://github.com/Grouper/FlatUIKit
View ArticlePCL library . Not able to find Profile1
Just finished installing Xamarin studio on my mac. Created a PCL library and complied it and i get the following error. Same problem after i switched to the alpha channel. Any ideas?...
View ArticleThere is no valid device selected
I am trying to run (write click on project debug) my ios application from Visual studio I got the exception attached screenshot. Connection between VS2012 and xamarin mac server is successfully...
View ArticleOverride a cocoa control?
Say I have a view with a progress bar which I want to customise. How can I do that in Xamarin.Mac?
View ArticleCalling JSON Endpoint (Web API) with HttpClient and async/await - Need...
I'm starting to integrate the async/await with the httpclient into my code and converting from the async begin/end pattern. I'm doing 100% posts (sorry Restofarians :-) ). I've got the code below for...
View ArticleiOS 7 'scrollViewWillEndDragging:withVelocity:targetContentOffset:' not...
I have a view that makes available the delegate method scrollViewWillEndDragging:withVelocity:targetContentOffset:, on iOS 6 setting targetContentOffset seems to work flawlessly but when setting...
View Article