Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Browsing all 91519 articles
Browse latest View live

Trouble with Navigation Bar in MasterDetail Page

Hi I'm having trouble with the MasterDetail Navigation on the detail page. I would ultimately like to hide the navigation bar so that I can create a very custom look and feel I have tried adding...

View Article


How to get ViewRenderer for a ViewCell

I Have the following Control: public class FooViewCell : ViewCell And the Renderer: public class FooViewCellRenderer : ViewCellRenderer { public override System.Windows.DataTemplate GetTemplate(Cell...

View Article


Issues on dynamic custom cell of ListView in Xamarin.Forms

I'm developing code snippet that uses 3 different custom cells in ListView. When I open the page that contains listview, everything is fine but after tapping button that changes the...

View Article

Can data binding to a list of dictionary?

Say I have data like this: So this is a list of lists of dictionary that have name and age, in xamarin.form I create a list view which itemsource is the whole thing, so each cell has itemsource like: {...

View Article

Image may be NSFW.
Clik here to view.

"Ionic View" equivalent for Xamarin Forms

Hey, I have used Ionic before and one of their recently great features is the Ionic View which allows you to quickly upload, deploy and share your apps with other people without without having to worry...

View Article


Deploying XF Android app to Galaxy tablet from VS2013

The only documentation references XS. Is there any step by step documentation on deploying an Android app to an actual device from Visual Studio?

View Article

Xamarin Forms and Azure Media Player on Mobile

Has anyone used Xamarin Forms with Azure Media Player to deliver adaptive streaming videos to a mobile IOS/Android client? http://azure.microsoft.com/en-us/services/media-services/media-player/ We are...

View Article

XamSVG

Hi folks, I'm trying to follow the instructions to use XamSVG in my app from here: http://components.xamarin.com/gettingstarted/xamsvg The instructions assume that a Xamarin Forms app always has an...

View Article


Charts For Xamarin Forms

Are there any Chart Plugin available for Xamarin forms ? Charts:- Line;Bar;Pie Or how to achieve it?

View Article


NavigationStack is doubling pages

Strange situation that, after searching, I haven't found anyone else running into. I have a tabbed page as my main, and when I navigate out using Navigation.PushAsync() I end up with two copies of the...

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

Label background color

Can anyone explain to me please why the iOS renderer for Label overrides the default SetBackgroundColor method? The default method sets the BackgroundColor of the Control property (in iOS this would be...

View Article

How to avoid cached page image being displayed on iOS when navigate back to a...

In particular scenarios, when the user hits the back button to navigate back to the previous page, I want to update that page before it is displayed. On Windows, WinPhone and Android this works fine,...

View Article


Has anybody solved running on Windows 10 release?

My app runs happily on Windows 8.1 and on a preview build of Windows 10, but on the release build of Windows 10, the XF Application constructor throws the following exception. Has anybody else...

View Article

Image may be NSFW.
Clik here to view.

How to make .Forms stable…?

Unfortunately, I don’t think (but hope) that this posting will change things, but I have to write it (the hope dies last). Today (2015-05-19), I personally have 25 filled bugs in Bugzilla 11 of the 25...

View Article


ListView does not resize when Image loads from URL WP8.1

Hi, I'm loading images from web url, so when i use the Image component in a ListView, WindowsPhone 8.1 doesn't resize the list. Hence, if the list contains text, the image overlaps it, and if the list...

View Article

How to assign all properties of object to another object in Xaml??

How to assign all properties of object to another object in Xaml??

View Article


Xamarin.Forms.Labs FileNotFoundException error in xaml

hello! I'm trying to use ExtendedViewCell control in my listview to hide the separation bar. I added the Xamarin.Forms.Labs (Core) package with nuget. But in my xaml it throws the FileNotFoundException...

View Article

App Suspended after Async Call

Hi. I am using MS Http Client in Xamarin Forms App. If I call any async method from my ViewModel (for example HttpClient.GetAsync()) before page view all working good. But if I same call after Page...

View Article

How to exit out of app ???

Hi, i am trying to write exit functionality at some certain page for that i have got a solution i.e--- system.diagnostics.Process.GetCurrentProcess().Closewindow(). but here in my PCL project am unable...

View Article
Browsing all 91519 articles
Browse latest View live