Android UI Threading....
I've always used Activity.RunOnUIThread to do my UI threading, and MvvmCross goes to a lot of effort to track the current Activity so that it can always marshall code back to the UI thread if it needs...
View Articleaapt.exe bug
On 4.12.1 i often see following problem on my build machine. 4.10 was okay. [Aapt] C:\Program Files (x86)\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(752, 2): error MSB6003: The specified...
View Article"This project type requires Xamarin.iOS to be installed" after last update...
I'm not able to use Xamarin anymore because after I updated Xamarin Studio to the latest version (4.2.3) I receive a "" error message when opening any of my solutions "This project type requires...
View ArticleAdd "set next statement" operation to improve debugging experience
Add "set next statement" operation to improve debugging experience Thanks
View Articlezebra bluetooth printers
hi Does anybody has created bindings for the zebra bluetooth printers http://www.zebra.com/us/en/products-services/printers/printer-type/mobile/mz-series.html thanks pd: you can download the sdk here...
View ArticleHello World Example Issue
Hello! I am working through the Hello World example for iOS.. but am having an issue. In Xcode, when I drag the button over from the form to the header file, it seems I can only create an action, but...
View ArticleChanging subscription installation
Hi, I'm new to Xamarin, I'm moving my first steps and I'm planning to upgrade soon to the indie subscription. What I was wondering is, I need to work in different offices with a couple of different...
View ArticleXamarin to Evaluate/Review code practices?
I've been in Xamarin for about a month and a half now (1 month on trial, and half with a business account). I'm wondering since these are my first Android and iOS apps ever made. That if Xamarin offers...
View ArticleXamarin Store App
Hello, I was trying to run the Xamarin Store app - shown at the Build 2014. After downloading the project and the android , ios and xamarin studio stuff , I couldnt get it run on VS 2012...
View ArticleAPK file size
Hi experts, I created a simple Android application using xamarin and vs 2010, everything works fine. I checked "Bundle Assemblies into Navtive Code" option from "Mono Androd Options". After that, when...
View ArticleWrong Assembly for Mono.Android
When opening a sample project from Xamarin i saw that the project had a different version of Mono.Android assembly in the references (4.0.3.0). While when I am looking in my own project the...
View ArticleLoad Crop View after Camera Capture
I'm trying to load the image taken by the camera into the Resize/Crop interface in the emulator and I'm using the following code. I get no errors at all and nothing happens. Android.Net.Uri imageUri =...
View ArticleWhere to store images?
Hi. I want to store images taken with the camera to open them later with an Intent.ActionView. I have this code: String path = _parent.Activity.FilesDir.ToURI ().ToString () + "Pictures/" +...
View ArticleHow to hide Status bar on iOS 7.0
Hi I'd like to hide Status bar on iOS 7.0 this code is not working: UIApplication.SharedApplication.SetStatusBarHidden (false, true); Regards Koto
View ArticleCould not load type System.Dynamic.IDynamicMetaObjectProvider from assembly...
I am having an issue with a PCL that is trying to reference System.Dynamic.IDynamicMetaObjectProvider. It only happens when being called from an iOS app; calling from an Android app works fine....
View ArticleExpand animation not smooth
Hi, i have an expand animation in an ListView. The problem is, that the first time the list element gets clicked and the expand animation is created and executed it is not smooth on the screen. It...
View Article[Fail] Xamarin not for free in VS2012?
I installed everything, no issues there. Then, following this lovely Xamarin getting started I download "Tasky". But when I try to open it in VS2012 says not only that I need to login but that I need a...
View ArticleRun an individual test via the keyboard
So I'm coming from VS/R# where I can run a single test with a keyboard shortcut. This workflow is pretty fast but the only option I'm seeing in XS is to run the entire test suite. There is a key...
View ArticleHow mobile is your .NET?
Hi All, I tried many times with a variety of .Net windows programs that I have written and no matter what I choose I always get the same result in an alert message (please note that all of them are...
View ArticleGoople Maps crashing my app on device
Well It's simple, I can not debug the set since it does not appear in the list of devices I'm using Xamarin Studio to create applications with Googles Android Api 19 My phone, an LG Android 4.1 E455f....
View Article