How to setup version control for a local repository?
I would like to setup version control locally. I see that there is a version control menu in xamarin studio and the option to select "file" as the protocol but I cannot understand how to make it work....
View ArticleMath operations optimization
Hi. I'm creating an application in which I create in the device a RSA certificate with bouncy castle. Everything works as expected, but generating a 4096b key takes 10-15 minutes in a normal device. I...
View ArticleVS 2013 - Default Simulator
Is there a way to set the default Simulator on Visual Studio 2013? I found Another Post detailing how to set it up for Xamarin Studio, but apparently Visual Studio doesn't use the same settings.
View Article4.3 How do i link the storyboard event name I given in properties events to code
In the first couple of releases you could double click a button and be thrown into the event created by xamrian ios but now you seem to have create an event on the event palete but i am unsure how do i...
View Articleasync/await unstable
Hi! I'm using async/await and the HttpClient-library. var content = await client.GetStringAsync(relativeUrl); However I find the line above to be very unstable. It can work fine for weeks on end but...
View ArticleIs it possible to add items to a tableview source after instantiation?
I'm creating a tableview and adding a source to it. Can i add items to the source afterwards? If yes, how?
View ArticleDesign Layout
Hi, I need to design a screen which has lot of input fields. But in Xcode design filed I can fit only few controls in the screen(iphone) how can I have multiple controls added ad bottom of the screen...
View ArticleUnable to Programatically Set Fixed Orientation for a ViewController
I am writing an iOS application in which one of the ViewControllers shows a bar chart which I want to display in a Landscape orientation at all times. The rest of the application supports both portrait...
View ArticlePower On/Off handling in android ...
Hello, I'm writing an ordering app for android. This app is communicating via TCP/IP with a server PC. There are more than one android devices with my app connected to the server PC. (Normally each...
View ArticleBinding Objective-C Protocols
I am in the process of writing bindings for the LiveSDK iOS library for Xamarin and I've hit another snag. I was following some examples/using Objective Sharpie to writing my bindings for the library...
View ArticleOverriding RelativeLayout.GenerateLayoutParams fails
Hi all, I'm not quite sure if this is a bug with Xamarin or if I'm just doing something stupid here. Basically I was trying to inherit from RelativeLayout and overriding GenerateLayoutParams...
View Articlefail deploy my application to my iPhone
I read the following tutorials on Xamarin website. A. deploy my application to my iPhone B. IPA support for for ad hoc But there on some error. I can't figure out how to solve it! In tutorial B, When I...
View ArticleHow to release memory when converting UIView to UIImage
I have a problem when convert multiple UIView to UIImage to save into disk. I used the following to convert each UIView to UIImage UIImage image; UIGraphics.BeginImageContext (View.Frame.Size);...
View ArticleError message "package file was not signed correctly" in Android (Play)
I was able to successfully compile, sign and upload the APK to Google Play. However upon downloading the APK to a device, Play prompts me with the error message "package file was not signed correctly"....
View ArticleAre there any plans to support NUnitLite 1.0?
I need to write an async test, and as far as I can tell, I'm only able to do so with NUnitLite 1.0. Xamarin.Android 4.10.1 and Xamarin.iOS 7.0.5.2 ship with NUnitLite 0.9.0. Xamarin, are there any...
View ArticleiOS Private APIs
I would like to implement an iOS private API in my Xamarin project. Can someone explain, how I can implement the following private API in Xamarin? I think I need to create a binding project, but I...
View ArticleHow to prevent the screen from turning off?
Hi ! I'm pulling my hair over this issue; how can I keep the iPhone's screen turned on? My app connects to a server and then displays several pieces of information so the screen must be on while my it...
View ArticleMvvmCross and xib
Hi, I'm followed several tutorials on using Xcode's IB to create the view, and using MvvmCross to display the view with no success. With the latest Alpha release of Xamarin Studio (4.3.4) and...
View ArticleMonkeyTalk / MonoTouch (and Mono for Android)
Hello! I've been looking into (multi-platform) automated testing tools for our mobile applications and one of the better solutions I found was the open-source MonkeyTalk. However, this software needs...
View ArticleSetting MONO_IOMAP=all environment variable for nunit tests
Hello, I am trying to set the MONO_IOMAP=all to get selenium webdriver tests running with firefox on the mac. If I start Xamarin Studio from the terminal ( /Applications/Xamarin\...
View Article