Xamarin Forms SetBinding error in Windows Phone Project
I got following error on SetBinding function while building my windows phone project: **The type 'Expression<>' is defined in an assembly that is not referenced. You must add a reference to...
View ArticleListView with context menu item update trouble
Hello! My first post! I´ve been working on a cross-plattform Xamarin Forms application for a couple of months. I´ve got a problem with the listview. Not sure if I´m doing anything wrong or if it is a...
View ArticleUsing Roboto Condensed on iOS through Xamarin Forms
I'm trying to use two different Roboto Condensed fonts (excuse the lay man terms) in a Xamarin Forms app. The fonts are two different ttf-files * RobotoCondensed-Bold.ttf * RobotoCondensed-Regular.ttf...
View ArticleAutoComplete Xamarin Forms Cross Platform Sample
Attached is a snapshot of our app. For the "Area" section we have almost 3000 items. If we used a spinner or picker it would be very user unfriendly to let him scroll through the whole list till he...
View Articlehow to update the apk when click on update button in xamarin forms? with...
i have one sample login screen with contain some controls like entry,button. after updating the apk i don't want loose my previous fields. i want update that apk with some changes
View ArticleFeedback from a new user
Folks, this post is by no means meant to be a complaint. But here's my take on XF after about a month of usage: My productivity is extremely slow. I spend about 50% of the time dealing with problems in...
View ArticleLoadApplication issue in project.droid
I am working through the Xamarin Forms Samples and I am having issues with this line shown not compiling. I am in MainActivity.cs Under the Android section of a PCL Xamarin Forms project. It was...
View ArticleOverride/cancel pop when hardware back button pressed using NavigatePage
Is there anyway to achieve this? Thanks, Stuart
View ArticleNot able to see Windows and IOS folders when I create the Xamarin Forms Projects
Hi , I have installed Xamarin Studio and required tools(SDK,NDK,GTK and JDK).My Xamarin studio is working fine but one thing is I am not able to get the Windows and IOS folders when I create the...
View ArticleNexus 10 ActionSheet looks like dialog not ActionSheet. Is this a bug?
on Nexus 10 I am displaying an ActionSheet like so: _page.DisplayActionSheet(title, cancel, destruction, buttons.Select(x => x.Value).ToArray()); and according to this page:...
View ArticleHow to extend Android ActionBar functionality for the NavigationPage?
I want to extend the NavigationPage functionality by making it possible to add a background image to the navigation bar(iOS)/action bar(Android). Therefore I have extended the NavigationRenderer for...
View ArticleThe 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 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 Article