Xamarin studio not loading any project after adding FSharp add-in from Tools
After installing Fsharp add-in from Tools -> Add-in Manager -> Gallery -> Mobile Development -> F# support for xamarin.android, xamarin not loading any project. Throwing exception as below,...
View ArticleHow to navigate from screen to screen ?
Hi, is it possible to navigate to a new screen (UIViewController), by just instantiating an instance of it, and then displaying it, like on the Android side ?? All the samples I've seen so far involve...
View ArticleXamarin.Mac 1.8 Download
While looking through Xamarin’s website, I noticed the release notes for Xamarin.Mac 1.8. However, I cannot find a download link anywhere. Could someone point me to one? (My subscription does not...
View ArticleDevice Serial Number
Hello there :D Im trying to use this code on my proyect Its for getting the serial number from a device here is the Java Code String serial = null; try { Class<?> c =...
View ArticleXamarin.Auth alway throws Exception on Android
The Exception is throwed as follows: Activity xamarin.auth.WebAuthenticatorActivity has leaked window com.android.internal.policy.impl.PhoneWindow$DecorView@406e70a0 that was originally added here...
View ArticleAndroid SDK Manager Gives Error
Failed to fetch URL https://dl-ssl.google.com/android/repository/repository-9.xml, reason: SSLPeerUnverified peer not authenticated How do I get through this issue? Thanks!
View ArticleTimeout ignored in HttpClient
Hi, I have a strange behavior of timeout of HttpClient class. It is set to 55 seconds, but, in fact, it takes about 190 second :-O My code (It's a test) var start = DateTime.Now; try { using (var...
View ArticleXamarin.InAppBilling not firing OnProductPurchaseCompleted
Hello, We implemented the Xamarin.InAppBilling component and we are in the final stage of testing it (static responses are OK). When we do a test purchase, everything is fine except that...
View ArticleNeed help with web surfing
Hello, I need to make an app, that just surfs on the internet don't need to write anything just click links. Could you please give me some advice? I want to make like a macro that just shows me the web...
View ArticleXamarin Android and the Override of Pending Transitions
I'm trying to replace the default behavior of transitions between Activities and by far I can't reproduce the same on Xamarin Android Turn's out that my Activities get Black and then closes the app....
View ArticleJObject.Parse returning System.NullReferenceException
Hi, Im trying to parse this json code {"id":"000000","name":"Gregory...
View ArticleLogin Screen Control
Good day all!!! I'm new at Android development. Like a few weeks old. I'm using the Login Screen Control which I've have got working up until the point where I have a successful login. Now I'm stuck at...
View ArticleCannot add an Outlet to a Text or Button control on Xcode
Just created a single view sample and added a Text and Button control to the view. When I want to add Outlet and Action to both controls with the interface builder, the Connection drop-down box only...
View ArticleApplication Dashboard
Good day all!!! I wanted to find out how I would go about designing (using Xamarin Studio) a 'dashboard'. I want, after user has logged in, to have a screen that display a menu in a grid, the same way...
View ArticleProblem to start iOS Simulator from Visual Studio
When trying to run my code from Visual Studio on my Mac I get the following error: _Mono.IOS.VisualStudio.MonoTouchPackage Error: 0 : Unable to connect to the remote server...
View ArticleChanges in Storyboard not being implemented when app pushed to device
I'm on the latest stable version of XS running on a Mac. I made some changes to the font size and position of a couple of labels in XCode via the Storyboard editor. When I synchronize the changes in...
View ArticleAfter the last update I unable to run any old project and it' impossible to...
After the last update I unable to run any old project and it' impossible to start a new empty one as well (at least with Debug configuration) from Visual Studio. I attach a simple test with screen...
View ArticleHow to send data to raw CUPS printing queue?
I am using Xamarain.Mac (with gtk#) and I need to send raw ZPL commands to CUPS printer. Raw commands look like text. They are not "images". I see that Mono can print images via System.Drawing, but how...
View Articleneed advice for crash reporter
Hello, we are currently searching a crash reporter tool, which allows us to see how stable our apps are “in the wild” and could use some advice :) The wanted crash reporter should support Xamarin on...
View ArticleCreate binding using other binding
Hi All, I'm trying to create a binding for the iOS ORTC client (xRTML, http://www.xrtml.org/downloads). In itself, this shouldn't be too hard, as the download contains all the required files (*.a,...
View Article