How to order F# sources?
Does anyone know how to order the source files like you can in Visual Studio? I've tried dragging them and looking for a keystroke with no avail. See this is needed to avoid the tedious...
View ArticleBundled Mono Runtime does nothing
Hello all. I bought Xamarin.Mac so that I could bundle the runtime with my app and make it as simple as possible for end users to install (not downloading a 128MB runtime file). When I run the .pkg...
View ArticleSIGSEGV failures after Xamarin.Android 4.8 upgrade
I upgraded my Windows and Mac workstations to Xamarin.Android 4.8 this morning and ran our integration tests. The Android integration tests are now failing with various SIGSEGV errors. Here's an...
View ArticleHow to play any audio file?
Hi , I want to play audio throught the app. when i go on setting screen and put UISwitch to stop the audio.
View ArticleStopping an action when leaving an Activity.
I want a music player to stop playing when the user leaves the activity they start it from (ex. they can only listen to the music player if they are on the page with the controls). The way I figured I...
View ArticleGetting Installation of 'Xamarin.iOS for Visual Studio' failed with more than...
I can't seem to install the Xamarin.iOS plugin for Visual studio now. I've attached the install log. Any thoughts?
View ArticleLatest update breaks rendering certain characters
Before upgrading I changed my configuration to the following: Editor Font: Courier New, 13 Line Number Font: Courier New, 13 Use Anti-aliassing: No. After upgrading to 4.0.10, none of my braces,...
View ArticleChanges to Assembly strongnames in Xamarin.IOS 6.2.0
Starting with Xamarin.iOS 6.2.0, assemblies shipped by Xamarin will be signed with a Xamarin key. Prior to this release, the assemblies were either not signed or only delay-signed. This change affects...
View ArticlePorting Java espression to C#
Hello. Im porting a piece of code from Java to c# I have to port this java espression: `final DeviceListFragment fragment = (DeviceListFragment) getFragmentManager() .findFragmentById(R.id.frag_list);...
View ArticleRaw Resource file access
In MonoTouch I'm reading files from my resources (res) directory using the following example: string gameData = File.ReadAllText ("./res/game.dat"); I was horrified to learn today that I can't do the...
View ArticleJava Library Binding - public methods that override base class does not get...
I'm trying to bind a java library which contains a view that extends android.view.ViewGroup, and it has overloaded implementation of android.view.onTouchEvent: public class myView extends...
View ArticlePlugin for Visual studio 2012 not installed
Hi! I installed Xamarin Android vith VS plugin. But when I tried create new android project I got error: There is a missing project subtype. Subtype: '{EFBA0AD7-5A72-4C68-AF49-83D382785DCF}' is...
View ArticleCan't build after upgrade to Xamarin.iOS 6.4
I get instances of this error: The type System.Action' is defined in an assembly that is not referenced. Consider adding a reference to assemblySystem.Core, Version=3.5.0.0, ... Under the Project menu,...
View ArticleCan't startup Xamarin Studio iOS after updating failed.
Hi all, Today I start Xamarin Studio and it prompts me that update. I go on but it prompt me that the update is failed in few seconds. So I close the error dialog, then Xamarin Studio can't start...
View ArticleXamarin.Auth crash on Galaxy S4
I'm using Xamarin.Auth to OAuth with Stripe Connect. I had to tweak it a bit to work with Stripe's OAuth flow but I have it working like a champ on my Nexus 7. I went to test it on my Galaxy S4 and it...
View ArticleWeb service creation and consumption in an Android app
Hello everyone, I am very new to mobile development and currently needs to develop an app in Android using Xamarin.Android. I have worked in ASP.NET for some time now. Okay now to the question: I have...
View ArticleObjective Sharpie url not found
Hi guys, I'm new with Xamarin iOS, for one project that I want to start I got an Objective-C native library that I would like to bind to my Xamarin iOS project, for that I need to download the...
View ArticlePython + Ironpython + Xamarin
I'm currently converting a python web-app into a cross platform Xamarin mobile app. It's going great so far! But now I have a number of simple python classes and functions that I need to re-write in...
View ArticleAndroid 4.3 incompatible
Hello, when I'm trying to deploy and debug an application on Android 4.3, it crashes with the following error: 07-25 10:11:49.833 D/dalvikvm( 1253): Late-enabling CheckJNI Loaded assembly:...
View Article