How to handle individual ViewCell clicking events once added to a ListView
So I have a ViewCell that displays some labels and two images, and I would like to make the ViewCell clickable and then handle what to do once the ViewCell is clicked. I would like to have one of the...
View ArticleXamarin.Forms Designer
I've modified the DesignerHost-Sample from Microsoft to create a Designer that works in conjunction with Xamarin.Forms, WinForms and GTK# It's not the swiss army knife and requires a large function...
View ArticleHow to handle local notifications on Windows Phone
I'm having problems with navigation after user taps a local notification. My goal is to navigate user to specific view after he taps a notification. I already managed to make it work on both Android...
View ArticleGetting "Method Not Allowed" error when trying to Login to Azure Mobile Services
Hello everyone, I have a problem with Xamarin.Auth, Azure Mobile Services and LinkedIn login that I haven't been able to solve for a couple of days now. First of all I have the Azure Mobile Services...
View ArticleTransparent Page when using PopModalAsync?
Trying to have a modal popover displayed with a transparent background. I've set the Page BackgroundColor, the Content BackgroundColor and any nested children BackgroundColor to Transparent, but there...
View ArticleOpenGlView Sample?
Hi, is there any working sample out there using Xamarin.Forms.OpenGlView in iOS? I managed to get this simple snippet to run, but I'm not able to draw anything. Was trying this, but result is only a...
View ArticleIs it possible creating a listview with 3 or more entrycell?
I need to create a listview with 4 label and 3 textbox in each row, is ti possible? As you can see in the attach we need to create something like this. Any idea to suggest? Thanks Alessandro
View ArticleNeed Hyperlink in Label
Hi, I need a Hyperlink in my label property in Xamarin forms. For this, Should i use custom renderer only or Is there some other ways.. Thanks
View ArticleiOS deployment consistently replaced by old version
We have an odd problem as our iOS deployments are consistently being replaced by the first version we uploaded. We are developing our app using Visual Studio 2013 with a sepperate Build Host running on...
View ArticleGet .mp3 files from PCL on each platform
Hi I have a PCL with a subfolder Data/Sounds where i have 360 soundclips I will play the sound on each platform (Android, IOS and Windows Phone) using DependencyServices.Get<>.... But how can i...
View ArticleNControl / NGraphics - Draw method not firing.
I've recently discovered the NGraphics & NControl libraries available to use along side Xamarin.Forms, and it seems great so far. The problem I'm having is that the draw method never gets called,...
View ArticleHow do I use Custom Pin (Tamarin.Forms.Maps)?
Which is the best way to use custom pin in Xamarin.Forms.Maps?
View ArticleError creating new Forms project in VS 2013 and Xamarin Studio
Hopefully someone can tell me what I am missing here. I get the following error when I try to create a new Xamarin Forms (Portable) project: "Specified argument was out of the range of valid values....
View ArticleCustom Font in Xamarin.Forms (Font Awesome)
Is it possible to use custom ttf font in Xamarin.Forms pages for elements like icons in the action bar, etc? (FontAwesome ttf) How does ImageSource.FromResource method work? Does it handle multiple...
View Article"Cancel" button not showing in the ActionSheet. Bug?
Is it just me or is there a bug in the DisplayActionSheet function? When I run the simple demo var action = await DisplayActionSheet ("ActionSheet: Send to?", "Cancel", null, "Email", "Twitter",...
View ArticleWebView - refresh/reload
I am having the hardest time finding something out that should be so simple. I have a Xamarin.Forms project where I am using a WebView and providing it a source: var wvSource = new HtmlWebViewSource();...
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 Articleoxyplot plotview not working
HI all, I have the following code. var model = new PlotModel { Title = "World population by continent" }; var ps = new PieSeries { StrokeThickness = 2.0, InsideLabelPosition = 0.8, AngleSpan = 360,...
View ArticleCan't add System.Timers as an assembly reference for CarouselLayout?
I'm trying to use CarouselLayout from this source but when I copy some of the code into my Xamarin.Forms project, I can't seem to get a reference to System.Timers that's needed in CarouselLayout...
View ArticleProgressbar Color in Xamarin Forms
How can we change color of Progressbar in Xamarin Forms ?
View Article