The requested feature is not implemented:...
We are using WCF to consume several Java based SOAP services. Generally most of them works fine, but we can't consume services that returns objects with inheritance. On Windows Phone, response is OK,...
View ArticleHow do I bind FontSize of a label?
I need to bind FontSize of a label, so the user can change it runtime. Its under a XAML DataTemplate so I cant change it using the Label's name. I want to specify the NamedSize "Large", "Medium" or...
View ArticleIs there a way to center a title in Android when using a NavigationPage
I'm using a NavigationPage and the title for it appears center in iOS but to the left on Android. Is there a way to have it center in Android?
View ArticleOutOfMemory with Images on Windows Phone
I currently have a list view that has about 30-40 images in it. They are loaded from a byte[] as such ImageSource.FromStream(() => new MemoryStream(Model.ImageSource)); The page loads fine, then if...
View ArticleHelp please: SetBinding(ImageCell.ImageSourceProperty, “IconSource”) (String)...
Hi all In my app I use master-detail-navigation menu with a few ImageCells in a list. Further, I have a search-page, with a ListView containing also ImageCells. The imagename is stored as string in a...
View ArticleVertical align in StackLayout, which is inside RelativeLayout
I'm using RelativeLayout to create covering background image. I want to place other elements into StackLayout, so I have such code: <RelativeLayout x:Name="MainLayout"> <Image...
View ArticleUsing MPRemoteCommandCenter in Xamarin Forms iOS project results in crash!
I am currently developing music player in Xamarin Forms. Today i ran in a obvious problem that appears to be a bug! I have created a class which implements MPRemoteCommandCenter events so that we can...
View ArticleDetect a tap and add a pin to the map?
I'm new to Xamarin, and am developing an application that will use a map. We're using Xamarin Forms, and I am able to properly get a map displayed. I can scroll around, etc. I want to simply detect a...
View ArticleButton in the Web View Download
I have in my APP webView one that carries my HTML page , that html have a button that contains an attachment, so that clicking this button can not download that attachment, anyone know how I can make...
View ArticleA ListView with an expanding footer
Hey guys, I've been Googling around for a while and I'm unable to find something that will help me do what I need. I want a ListView where the footer will expand to fill the screen if there are not...
View Articleis there a tutorial for this Facebook SDK for Xamarin 4.4.0.2
Hi, i am working in xamarin forms, and i want to integrate facebook authentication, but I am not sure how to do it, I found this component Facebook SDK for Xamarin 4.4.0.2...
View ArticleBinary XML file #1: Error inflating class Test.Droid.CropImageView
I'm using the following segment in a cropimage.axml and when I choose an image this error appears, does anyone know what this is about? <view class="test.droid.CropImageView" android:id="@+id/image"...
View ArticleDisable item selection in a ListView in iOS
On Android I am able to keep the user from clicking any cell within a grouped ListView by setting IsEnabled to false. This seems to have no effect on iOS. Is this a bug? And if so, is there a...
View ArticlePublication of Android App Failed using Xamarin Studio
I'm using Mac with Xamarin Studio version 5.9.5 to Archive for Publishing my Android App. I followed the steps in "Part 1 - Preparing an Application for Release" to publish the app but I encountered...
View ArticleHow to force a "Normal" font size on Android
With my Xamarin.Forms app(running on On Android), I designed my screen layout based on "Normal" font size. But some of my app's users set the font size to "Large" in the system setting. On those...
View ArticleIs there a way to speed up XAML Page loading?
I'm writing a Xamarin Forms solution for Android and iOS. The application uses a Master-Detail menu where each menu item is a page to navigate to, very simple. My problems is that when tapping on a...
View ArticleCustomization of Xamarin.Forms.Maps pins
Is it possible to customize Xamarin.Forms.Maps pins (colour, image etc)? Is it possible to handle the event, when pin is clicked and callout appeared?
View ArticleVisual Studio 2015 - Cannot find ListView.SeparatorColorProperty
Hey there , I'm new to C# and Xamarin, and there i got a Question regarding ListView: I want to recolor my Divider / Separator of the Clicked Menu Element in a ListView. I searched and found in the API...
View ArticleOOM trying to draw a button on Android
I got an OOM trying to allocate 601212 bytes for a bitmap while trying to draw a button. This only happened once (the device was fairly low in memory, so maybe I usually create a large bitmap?) Looking...
View ArticleMethod 'ProgressBar.set_IndeterminateTintList' not found.
I'm trying to upgrade a Xamarin Forms app to the latest 1.4.3.6376 and I'm getting the following error. I think it's happening on the ActivityIndicator but not certain. I've updated the Target Android...
View Article