Is it possible to actually dispose of an NSObject?
A have a complex control with many subviews. When it has to rerender, it disposes of all of the subviews and rebuilds. There is always significant memory loss with each iteration. (I'm aware of UIView...
View ArticleHow to Create Class Diagram in Xamarin Studio?
Hi, I am new to Xamarin. I need to create the Class Diagram of My Project Solution. In Visual Studio , I could create Class Diagram simply. Like the same , available in Xamarin Studio? Or any other...
View ArticleTestFlight upload times out
I'm using TestFlight to distribute a beta version of an app, but the Xamarin Studio IDE times out when uploading to the TestFlight servers. I get an exception: System.Net.WebException: The request...
View ArticleMT3006 Could not compute a complete dependency map for the project
I am wondering if this is a consequency of my updating to the latest Xamarin.iOS this morning... it wasn't doing this yesterday. On the other hand I have made some other changes as well this morning. I...
View ArticleAccessing Web Service on VM from Physical Device
So I am creating a Android application using Xamarin Studio on MAC that is running Parallels. I am trying to access web services that are running on a VM (Windows8) through Parallels. I am able to...
View ArticleValidator.TryValidateObject Issue
SOLVED. I was able to successfully override the error message using the ErrorMessage parameter of the Required attribute, e.g. [Required(ErrorMessage = "Please enter your email address.")]. I'm using...
View ArticleXamarin studio, mac os X maverick and japanese
I started to work with Xamarin Studio to develop android and ios app a few weeks ago and I am encountering lot of problem using Japanese in Xamarin Studio. When typing Japanese characters as comments...
View ArticleUICollectionView in a UITableViewCell from a Nib...
I have attached a .jpg that illustrates what I'm trying to achieve. The text version: I've got a TableView, and within each TableView cell I have a label and a CollectionView. Both of the TableView...
View ArticleUnable to Build GooglePlayServicesApp Sample [Google Player Services Component]
Hi, I am trying to build the Google Play Services Sample App that comes with the Xamarin.Android Google Player Services Component. Specifically, the "Simple" sample which displays a map. When I build...
View ArticleIs Xamarin.Studio a stable and reliable IDE?...not at all
I am using a free business license (trying it for 30 days). My experience about Xamarin.Studio is absolutely frustrating. Lots of crash (i have already posted most of them to bugzilla), but is really...
View ArticleDeploy to Genymotion Nexus 10 tablet
I'm trying to deploy and app to the Genymotion emulator and specifically the Nexus 10 tablet. This emulator runs Android 4.4.2. When I try to deploy, Visual Studio just gives me a message in the output...
View ArticleUIPickerview fine in debugger but displays wrong on iPad
I'm writing a single screen app that uses a 4 component UI picker. It all works fine in the IOS Simulator. I'm not being clever and am happy for it to work portrait only and size up on the ipad. When I...
View ArticleEnable sound for notification in Android
How can i enable sound for Notification in Android? By default its in Silent mode. Notification Manager doesn't include any parameter for enabling the sound or i didn't understand well? Also what...
View ArticleObjective Sharpie NullPointerException
I am trying to generate bindings for the Mixpanel library and am following the simple wizard in Objective Sharpie, but it throws an undescriptive NullPointerException during the generation step (see...
View ArticleCustom Control - Simple Question
I have create a simple application with Two buttons on it (linearLayout and 2 buttons) If I create a object inherited from class Button, like this: public class FuckingView : Button { private Paint...
View ArticleI can't get mobile IP address by my code, Help me please
This my code for get ip address from mobile phone public TextView text; text = FindViewById<TextView>(Resource.Id.viewIP); foreach (IPAddress adress in Dns.GetHostAddresses(Dns.GetHostName())) {...
View ArticleFeb 12th: Cross platform mobile development (on line - Lidnug)
Event Details Wednesday, February 12, 2014 from 7:00 PM to 8:30 PM (GMT) In this session Ross Dargan will cover how to write a cross platform application using c#. He will demonstrate how easily you...
View ArticleHow to display question and answer
Hi Xamarin is great and faster in performance. Xamarin is way faster than html5 app. i want to build ios app using Xamarin. i want to dispaly FAQ for that i want to display series of questions and when...
View ArticleError CS0117 (no definition)... but not really..
I added a property in the model from my other project, compiled the dll and replaced it in my main project libs. When I try to use that new model property, there is no autocomplete for this one only,...
View ArticleVersion Control in Xamarin Studio
A couple of questions for the experts out there: Does somebody have a .gitignore for Xamarin Studio that they could share? Are there any documents on how to use git with Xamarin Studio? Ted
View Article