IOS designer missing ?
Hello. I'm new to use Xamarin studio. I follow step from documentation section and found inside the IDE had IOS designer. But when I double click at .storyboard file, it still open Xcode designer. I...
View ArticleBest practice for including libraries?
Hi! I'm new to Xamarin and Android development, and to Xamarin Studio, and have never used Visual Studio (I used to edit C# with Dreamweaver back in the day - don't laugh too hard!!). I'm curious what...
View ArticleFlurry Analytics JAR Binding Help
Hi all, I'm fairly new to Xamarin and working on binding the Flurry Analytics Android SDK jar to a Xamarin Studio project. I've followed the instructions here to create a compiled DLL of the library,...
View ArticleLatest alpha not letting me edit a layout file
Hi, Not sure if this is me or XS. Upgraded to 4.3.3 today, tried to open a layout file and was met with an error that the layout couldn't be loaded - "After scene creation, #init() must be called". Is...
View ArticleStoryboard Navigation After modal segue if i try push segue its crashes
i fix with close and re open solution for push segue after modal, is there a way to fix without restart?
View ArticleEXC_BAD_ACCESS and CGImageRelease issues
Hello all, I've run into a rather annoying problem. I'm currently working on an app that should record a video of what happens on screen, and after some memory issues (see:...
View ArticleBinding more Jars in Mono Android (Google Play Services + Google Maps Utility)
Hi, I have succeeded integrating Google Maps Utility within Eclipse and have a deployable Demo App. (Pure Java project) I use Visual Studion and Xamarin 4.10 Now I wan't to integrate it into my 'real'...
View ArticleSlide Out Navigation
I am not getting the idea how to implement customised slide-out navigation,have seen example on xamarin site but that is not my requirement.i have attached photo for clarification. Waiting for response...
View ArticleImportant changes to the iOS Designer in Xamarin Studio 4.3.3+
The iOS Designer is no longer enabled by default. To enable the designer you need to check the 'Enable Experimental Designer' option in the iOS Preferences page as seen in this screenshot. The release...
View ArticleUnhandled Activation Error
i am using VS 2010 ultimate , when i am creating a new project of Andriod then system is asking me email id and password. then i feel all required detail and login forword to getting error like...
View ArticleBinding a library project with a private interface
I'm binding the latest version of the JanRain SDK, I have built the library project in the normal way and added the zip to my binding project, set a bunch of transforms in the metadata.xml and it's...
View ArticleClass request: Unit Testing
I would really, really like to see Xamarin introduce a class based around this subject. So many companies are requiring XP/Agile TDD based development these days - it's virtually a fundamental of...
View ArticleHow do I consume rest service in PCL with Xamarin Studio?
Hello everybody, I'm Using Xamarin Studio and I would like to create a PCL for the communication with my rest service. Unfortunately I run from one problem into another when I try to install the...
View ArticleHow do I stop data from refreshing on orientation state change?
I would like to either turn off orientation change so the user can only view in portrait mode OR stop the page from reloading my data when orientation changes. Thanks.
View ArticleEmpty Project memory leaks
I created an empty iPhone project in Xamarin Studio and when I profiled it with Instruments it said there were a bunch of leaks. This actually happens with any iOS project type I choose. When the Leaks...
View ArticleHow to create binding Obj-c library to MonoMac from a framework.
Hi, For my project I have to interact with a device on mac. The constructor provides me an objective-c framework : header file + binary file without extension I would like to create a binding library...
View ArticleVideos - Publishing an Application / Memory Management + Best Practices
Just curious when these videos will be available. Thank you!
View ArticleHow to get the current MAC OSX version programmatically?
Hello All, I need to determine the current version of Mac OSX my application is running on. Searching on net I read about Gestalt system call which is in CoreServices, but I could not find this method...
View ArticleJava binding to classes that implements an interface does not work. How to...
I have tried to make a Java binding project to to GoogleMapsUtility Library. I can see in VS object browser that not all classes are converted properly. It seems that all classes that implements an...
View ArticleCan I use Xamarin to covert a PCL to a reusable iOS library?
Hi everyone! I am just getting started with Xamarin. I am curious to know -- is it possible to use Xamarin to convert a C# PCL to a library that is reusable across multiple iOS applications, in XCode?...
View Article