NSScrollView not working
I have taken a scrollview(added using IB), I am adding a new view on every button click.The issue is view inside scrollview doesn't get scrolled. Do we programmatically have to do something to make it...
View ArticleHow do I play a sound effect from the Glass GDK?
The Glass GDK adds some constants for playing additional sound effects (see: https://developers.google.com/glass/develop/gdk/reference/com/google/android/glass/media/Sounds). For example (in Java):...
View ArticleInstall on Windows Fails
I can't get the installer to work in Windows. It keeps getting errors with the unzip process, saying the file is corrupt. Any ideas?
View ArticleAfter updating Xamarin.ios business Edition to 7.0.6.168,All UIPickerViews...
I have update Xamarin.ios business Edition to 7.0.6.168.After this up-gradation UIPickerView component frame is breaking.If number of components in UIPickerView is one then it is displaying fine but if...
View ArticleCall function from any ViewController in your app
I will like to know the best way to call a function that is accessible from everywhere in your app. For examble: GetLanguage that would return the language that the user chose at the start of the app....
View ArticleNullReference exception to View object
Weird one this. Getting a non-consistent "NullReferenceException" on the public View object inside a VC. Here's the line of code - this is being executed after View has loaded, and not inside...
View ArticleImporting service reference makes all async calls void
Hi, I am trying make a very simple PCL class to evaluate the suitability of Xamarin for some of our projects (and hence have very little Xamarin knowledge) The PCL class is simply to talk to an...
View ArticleDoes mono implement enough of .NET to be a feasible platform to write a...
The principle sounds great - apart from UI code, write all your code on top of .NET so you can share it across iOS and android. But is that the reality? My main frustration after 6 months with Xamarin...
View ArticleWhat is your fav route calculator on map apps?
i try to learn route-me, but you prefer alternatif on ios or android? thanks
View ArticleMapping DoInBackground (C#) to doInBackground (Android)
I am trying to create a mapping solution for an existing in-house Android library using Xamarin Studio, and the mapping appeared to automatically work OK except for two compilation errors. I have two...
View ArticleVersion control operation failed: . https://.git: not authorized
First time I connected to my repository I was asked to enter a password. I entered it wrong. Issue is it is no longer asking me for my password, it immediately gives me this message Version control...
View ArticleXamarin doesn't finish downloading all provisional profiles linked to my iOS...
When I selected a team in Project Options > iOS Application > Team, the spinning wheel never stops and my provisioning profiles do not show up in Project Options > iOS Bundle Signing >...
View Articlexamarin developer group on meetup
Building Android apps in .NET and c# (Xamarin) Monday, February 17, 2014 7:00 PM to 10:00 PM Madison Avenue Pub 14 madison avenue, Toronto, ON This session's theme will be: Building iPhone/iPad apps in...
View ArticleProblem using fragment
Hi All, As a newcomer to Xamarin (and Android) I am trying to use fragments as it seems the approach for a project I am porting from Windows to Android. For some reason (most likely my ignorance...
View ArticleCan't build the fieldservice example
I cloned the repository at https://github.com/xamarin/prebuilt-apps.git, then I tried to build the example in both Visual Studio 2012 and Xamarin Studio 4.01 (I have the Xamarin Android Business...
View Articlec# interfaces - why?
This is more of a C# question than a Mono / Xamarin one, and probably a case of not having built a project big enough, or complex enough to make the use case for interfaces obvious, but what is their...
View ArticleOut of memory error with a large image
I have an issue with out of memory error if the image file is too large to handle. I wrote the attached code but it won't catch the exception. Any explanation would be much appreciated. Note: the code...
View Articlelist on the android listview ios sample sqlite data
i developed a sqlite app on ios and its simple to show on listview, but i try to port android, i got a question public void SqList(string databaseFile,string opinion) { try { if (!File.Exists...
View ArticleHow to get application and system memory information
Hi, In android there is the ActivityManager.MemoryInfo class where you can get some memory information. Can I get the same or similar information using Xamarin iOS or I have to bind to naive API to get...
View Article