Customising Microcharts
I'm trying to achieve the chart similar to the attached screenshot and I'm almost there. The only problem is, how can I put values in each arc of the chart? I'm using Microchart library. void...
View ArticleHow to add Pie chart in xamarin form.
Dear All, We want to add a Piechart in xamarin form but no idea how to achieve this please share any example .
View ArticleCharts in Xamarin.Form
Hi guys, I want to show some bar charts and pie charts in a Xamarin.Form App, which tool is good and easy to use?(free ones) If I want to do this, must I do some adjustments in the Xamarin.IOS project?...
View ArticleHow can I make an integer StaticResource?
Hi, I'm want to define my desired font size once for a whole bunch of styles by defining a StaticResource. What would be the appropriate tags to use? Things I've tried: Using the Xamarin Forms xmlns...
View ArticleHow to enable Xamarin Previewer for UWP Project?
Hi everybody! When I show windows Xamarin Previewer, it's only support iOS and Android. How to enable for UWP project?
View ArticleHow do i create PDF file in Xamarin android
hi please help me to create PDF file in XAmarin Android with visual studio. images , Font styling text , drawing tables etc... Please help
View ArticleHow to biuld an Android Dictionary with xamarin?
Hi I am totally new in xamarin. I want to biuld an Android Dictionary with xamarin. How should I start? Tanks
View ArticleCrossMediaManager not showing duration
using System; using Plugin.MediaManager; using Xamarin.Forms; using Xamarin.Forms.Xaml; namespace mxdd.Views { [XamlCompilation(XamlCompilationOptions.Compile)] public partial class AboutPage :...
View ArticleUWP compile error
I am recently unable to compile the UWP within the release configuration. I get the errors as below, which I read as being in relation to the xamarin.forms.element. 2>C:\Program Files...
View ArticleCan't connect to mac with install VS 2017 and Preview side by side
I have VS 2017 15.8 and VS 2017 Preview 15.9 installed. When I try to pair to the mac, one of them complains about an incompatible version. I either have to switch to Beta in VS4Mac to use preview or...
View ArticleHow to change navigation bar background color for each content page?
I want to change xamarin forms app content page's navigation bar background color for each page instead of common color, has any plugin or default feature how can I change it? I need to change for each...
View ArticleHow to bind the lable font attribute? Mvvm
Can anybody suggest how to bind a the label FontAttributes to a property in the view model? This is what i am trying to do <Label Text="{Binding Subject}" FontAttributes="{Binding...
View ArticleAndroid build failing on AzureDevOps(VSTS) build agent with Error retrieving...
Hi, We have a Xamarin.Android apps built using Xamarin Forms and shared code (.NET Standard 2.0) and trying to build it on our build server where it continuously failing with following errors:...
View Articlehow to update listitems in child of tabbed page while navigation to page and...
I have tab page which contains child pages I make list of items (for example have enable label for each item) i navigate to another page and change items to disabled when i back again no thing changed...
View ArticleHow To Make A Swipeable Table View Cell With Actions?
In ...Controler `tableDelegate =new TableDelegate(); _table = new UITableView (View.Bounds); _table=new UITableView{ Frame=new CoreGraphics.CGRect(0,70,View.Bounds.Width,View.Bounds.Height-130),...
View ArticleView (e.g. status bar) above NavigationBar
Hello, I'm working on an Xamarin.Forms App for an Android Device (Famoco) which disabled the default status bar (Clock, signal strength, ...) for security reasons. Don't ask me why. Now I'm forced to...
View ArticleHow exactly does styling UI work for specific platforms? Is it all from xaml...
Perhaps this is a discussion but i need the answer to the above question to be complete per the way i am asking the question. When i am building an app through xamarin am I building the view UI layer...
View Articlexamarin form ios not work background mode and kill app
Version Number of Plugin: 4.5.0.6 Device Tested On: Simulator Tested On:iphone x 11.4.1 Version of VS: 15.8.3 Version of Xamarin: Xamarin.Forms 3.1.0.697729 Xamarin.iOS and Xamarin.Mac SDK 11.14.0.13...
View ArticleHow to always get location in Background Task with Xamarin.Forms?
hi everybody! I'm creating an app to using GPS and calculate distance running How to always get current location in background task with Xamarin.Forms? Thank you!
View ArticleActivityIndicator never shows - help configuring it
Dear all, I have never been able to get a Xamarin ActivityIndicator to show, despite the many examples that I have found online and tried. I have a login form and I would like the control to show while...
View Article