Monotouch Binding for Testflight SDK 2.0.0
Hi all, do you know how to integrate the new Testflight SDK 2.0.0 (Aug 12th) into a Xamarin.iOS project? I know there are some monotouch bindings as well as a fork that targets the previous version...
View ArticleXamarin, others ... future
Hi, I hope that on this forum I will get enough information about Xamarin. I intend to make some interesting applications that I would like to use on multiple platforms. Therefore I started to read...
View ArticleMachine won't boot after installation - seems to be unhappy with the Android...
I'm currently on my 3rd attempt at installing Xamarin. The first time it seemed to install OK, but the android emulator never ran properly: and man, was it slow getting to the point where it inevitably...
View ArticleCan't Build any C# Android Applications - Not Valid Base-64 String
I tried getting some help in the Android sub-forum and got no help, so I'm trying here instead. I'm running Xamarin Studio V4.2.2 with Xamarin.Android V4.10.1 (Starter Edition) on Windows 7 64-bit SP1,...
View ArticleInput is not a valid Base-64 string error causes Build or Clean to fail
I'm having a problem with all Android C# projects I attempt to Build in Xamarin Studio, including the downloaded HelloWorld app, and blank projects I create from scratch (without adding any additional...
View ArticleConfiguration System failed to initialize
I am running in the beta channel. I just updated to V1.10 for Xamarin.iOS in Visual Studio. I am getting an error in HttpClient when I attempt to initialize an instance of the class. Given that I just...
View ArticleTreeGrid component
Hi, Do you know of any treegrid component? I looked at Component Store and did not find any. I want to make sure I am not missing anything... Thank you.
View ArticleError removing ZXingScannerFragment
I get an error when trying to remove a ZXingScannerFragment from the layout where I placed it. I have seen some comments by Jonathan Pryor on Stack Overflow and such pointing at a cause of similar...
View ArticleError when adding a class to my PCL
I currently have a PCL (still not sure if this the best route) project for shared code. I am adding classes here, but every time I add one I get the error: The reference "System" could not be added to...
View Article[Xamarin Blog] Background Audio Streaming with Xamarin.Android
Just posted: Background Audio Streaming with Xamarin.Android on the Xamarin Blog. Read the full article to learn how to up stream music in a background service in Xamarin.Android and take advantage of...
View ArticleGet pixel color of UIImage at x,y location?
Morning all! Is there an easy(ish) way to get the color value of a pixel at x,y location in a UIImage (or CGImage)? Best example I have found is this one:...
View Article(IntPtr, JniHandleOwnership) constructor
I wanted to derive from the Android TextView class and then override OnTextChanged. The problem was that with Android 2.3 (in contrast to 4.0), the TextView constructor seems to trigger OnTextChanged...
View ArticleHow to Properly Reload RadioGroup Programmatically?
I have two RadioGroup(s). The first one is preloaded, the second is initially empty. When the user picks a value from the first RadioGroup, I programmatically load the second one. When I debug I notice...
View ArticleWhat is the current state of PCL for shared code (ios, android) in xamarin?
Hello, I am considering using a PCL (or multiple PCLs) for shared code between iOS and Android projects. I've read some posts here on the forum about this that say PCL support is still not very good...
View ArticleBinding native library. How to bind #defines
Hello: I have a native static library with three header files. I was able to generate API definitions of the other two using the Sharpie, but this one stumped the tool and it stumps me. How can I map...
View Article"Keyboard History Utility has stopped working" appears after starting Android...
In Visual Studio 2012. When pressing Tools->Open Android Emulator Manager, a error dialog appears multiple times with the message "Keyboard History Utility has stopped working". "Check online for a...
View ArticlePCL with XS on Mac
I keep seeing lots of talk in the Xamarin blog about true PCL support, but I have yet to be successful with it on a Mac running the latest stable version of XS and stuff. A lot of the forum posts talk...
View ArticleOpenUrl not being called
Hi, I am trying to receive a custom file format from the mail application and I have it all working except for the part where the application actually receives the file when the application is already...
View ArticleVS2012 cant find my device when debugging my android application
i install my drivers already but still the vs cant find the device any help guys. Thank you in advance ;)
View ArticleOpenGL transparent background
Hi all, I'm building an application who stream the content of the camera on the screen. Now I want to add a OpenGL element on the screen. My OpenGL element is an arrow that I create in a other class,...
View Article