Quantcast
Browsing all 76418 articles
Browse latest View live

How can I inspect my Xamarin.Forms app's network traffic?

I have an async method that calls a web service thus (I've omitted some boilerplate stuff): var client = new HttpClient(new NativeMessageHandler()); client.DefaultRequestHeaders.Accept.Add(new...

View Article


Image may be NSFW.
Clik here to view.

facing problem with ClipData.NewHtmlText

Hi, I am new in Xamarin forms, i am working on HTML Copy and Paste, in IOS working fine. Facing problem in android. I have created Renderer for android and ios, in android code is : protected override...

View Article


Could not install package 'Xamarin.Forms 1.3.3.6323'.

Dear All, newbie with Xamarin, When adding 'Xamarin.Forms' package, I am facing with below: Could not install package 'Xamarin.Forms 1.3.3.6323'. You are trying to install this package into a project...

View Article

Is 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 Article

Need 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 Article


iOS 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 Article

Get .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 Article

NControl / 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 Article


How do I use Custom Pin (Tamarin.Forms.Maps)?

Which is the best way to use custom pin in Xamarin.Forms.Maps?

View Article


Image may be NSFW.
Clik here to view.

Error 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 Article

Custom 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 Article

Detect 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 Article


oxyplot 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 Article

Can'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 Article


Progressbar Color in Xamarin Forms

How can we change color of Progressbar in Xamarin Forms ?

View Article

Xamarin.Forms.Labs SoundService doesn't work

Did the Sound sample form the Labs projekt work for somebody? First I tried to play a mp3 file which I didn't hear at all, except i put a break point on the line where I called soundService.PlayAsync...

View Article


Timer in Portable Class Library?

I would like to access System.Threading.Timer in my PCL targeting iOS, Droid, and Windows under Xamarin 3. I can't get it to happen. I know Microsoft accidentally left it out at one point, but they've...

View Article

Error executing task XamlG: Text node cannot appear in this state (no other...

I thought I may have introduced some XAML bug and set about trying to isolate which file it might be, but it doesn't seem to be about any specific file. I even reverted to a previous working version,...

View Article

How to get the inner frame from code in xamarin.forms?

Hello All, I am trying to get the inner frame which is inside an another frame and apply TranslationX that.But I m unable to do so,With my below code the content which is starting to move instead of...

View Article
Browsing all 76418 articles
Browse latest View live