UIDatePicker strange behavior for max and min
Hi Folks, Recently I faced with very strange issue: I set the datePicker.MinimumDate and datePicker.MaximumDate, set datePicker.Date in between and all goes fine: user can select dates and I get it in...
View ArticleIntellisense is not working for method parameters
This is VERY annoying, intellisense does not show up for methods and constructors. Please help. This started happening after the last update. Version 5.0 build 878.
View ArticleResource identifier has already been used in this assembly
Following the steps from the Xamarin Forms intro, and running into the error "the resource identifier 'Monkey.ios.MonkeyPage.xaml' has already been used in this assembly (CS1508). Ideas?
View ArticleUIDatePicker strange behavior for max and min
Hi Folks, Recently I faced with very strange issue: I set the datePicker.MinimumDate and datePicker.MaximumDate, set datePicker.Date in between and all goes fine: user can select dates and I get it in...
View ArticleXamarin Store app - Too large
When trying to run the Xamarin Store sample app, get the following error: Your app is too large to be developed with Xamarin.iOS Starter edition. Please log in... Any tips?
View ArticleTitle not updating
With Xamarin forms, Android updates the Title of a ContentPage but not iOS. public class MapPage : ContentPage { public MapPage(string title) { Title = title; <--- works in iOS and Android } public...
View ArticleDependencyService Registration
When registering a component, if that component inherits from an abstract class for example, you won't be able to do a Get by the underlying interface. Example: class DroidSettings : AbstractSettings...
View ArticleAdd 'Done' button to keyboard on iOS
How does one add a 'Done' button to a keyboard when editing an Entry on Xamarin.Forms? (iOS only) I'm not sure how to write a renderer for this and wire that to a Keyboard on Xamarin.Forms.
View ArticleInstalling Xamarin 3 with presence of two versions of Visual Studio
I have both VS2010 Professional and VS2013 Professional (trial) versions installed on my machine. But when I install Xamarin 3, it is adding itself in VS2010. Since I want to try Xamarin.Forms, I...
View Articlebest way to make clickable text?
Is there a way to either make a Label Clickable or make a Button appear as though it's a regular label?
View ArticleUnable to run Android Emulator - error Emulator has stopped working
I am unable to run any Android emulator in my machine after installing Xamarin. I have both Eclipse and Android studio, both are using the same SDK and were working with no problem. Now since...
View ArticleGarbage collection doesn't seem to be collecting anything
Hi all, To test the memory limits of my custom Android device using Xamarin I made a test app that does simple code to allocate a large int array, write to it, and then to deallocate it. This is being...
View ArticleImageButton
I would like to use a Image as a button like ImageButton in IOS. Is it possible? How? Thanks
View ArticleAndroid UI Thread Priority
https://plus.google.com/app/basic/stream/z13fzt2wrwaxwjqxc04cdx0jsve5hhl4b04 Is there anything a developer can do to get around this problem when using Xamarin? Dianne Hackborn's article (first link)...
View ArticleCreate an Library
Hi at all, I'm finding an solution in order to create 1 library and Compile it for iOS and Android in order to use the library with XCode and Android. Is possibile with Xamarine? D.
View ArticleShared Project - how can I add a DLL?
Hi guys, is there any possibility to add a DLL as a reference to a shared project? I do not have a folder called "references" or something else. I would like to add the RestSharp DLL as a reference to...
View ArticleSource Control
Hi everyone. I'm part of a team and we've been using subversion for years. Recently, we started using a hosted subversion service and have been having all kinds of problems with it. We're going to move...
View ArticleUNHANDLED EXCEPTION: System.ArgumentException: 'jobject' must not be...
I've got a MasterDetailPage of which the Master is a StackLayout that contains a button to EditProfile <Label x:Name="EditProfileButton" Text="{Binding User.FirstName}" /> ((Label)...
View ArticleAre there any built in Value Converters for basic binding?
I'm getting an invalid cast exception when trying to bind to an Int. I know I need to use a Value Converter, but I'm wondering if there are any baked in, or if I need to implement each one by hand? The...
View ArticleFailure [INSTALL_FAILED_UPDATE_INCOMPATIBLE]
Hi, I'm getting the following error when trying to deploy to my Nook HD+ running CyanogenMod (ovation 10.2.1 - Android 4.3.1). Detecting installed packages Waiting for packaging to complete Removing...
View Article