Accessing android context
My MainPage contains a button. After clicking that button, I'd like to check the android whether the Google Play Services are available or not. DependencyService would be the right thing for this, I...
View Article"Xam.PCL - Settings Plugin" gives error in test project
I have recently added the Xam.Plugins.Settings to my Xamarin forms project and it is working fine - but it is now failing my unit tests. My unit test are agains ta PCL library but it gives the...
View ArticleCould not resolve type with token 01000012
I've been developing my app now for at least 5 months. I've been wanting to try the xamarin previewer so i updates visual studio xamarin forms and then i updated my nuget xamarin forms for my portable,...
View ArticleChange Flow Direction of a Content Page?
Hello, how can I change the flow direction of a Xamarin Forms Content Page from Left to Right to Right to Left? something like Windows Phone Flow Direction property?
View ArticleXamarin.Forms Feature Roadmap
This roadmap outlines our anticipated feature releases. Are there things you don't see here that you feel strongly deserve a spot? Make your voice heard and open a proposal on the Xamarin.Forms...
View ArticleXamarin forms maps to find a shortest distance between three points
how to do Xamarin forms maps to find a shortest distance between three points. and i have to highlight of those three points path.
View ArticleMenu populated with SQLite column
Alright guys, I'm sure this is an easy one I should be able to find resources for, but I haven't been able to understand what I've found (ultimate newbie here). Here's what I'm trying to accomplish: I...
View ArticleHow to draw a line with arrow head using SkiaSharp
I need to draw a line with arrow head using SkiaSharp. Lines may not be straight
View ArticleObject of type 'System.String' cannot be converted to type 'Xamarin.Forms.View'.
HI, how to solve this issue .I was deleted all codes in xaml typed by me but still getting this error
View ArticleHow to open Master page by clicking my own button in the datail page in...
Usually when creating a MasterDetailPage, a toobar with hamburger button are created automatically, I need to create a normal button in middle of the screen and the master page would open and swipe...
View ArticleCustomize navigation page
I need to change appearance of tne navigation bar on single page like shown below: (additional text, change height, change icons position etc) In what direction should I look for the answer?
View ArticleBuild time error: "sequence contains no elements" on listview
Hi, I have a problem with a master page of my app. MasterPageItem public class MasterPageItem { public string Title { get; set; } public string IconSource { get; set; } } ViewModel public class...
View ArticleActivity Indicator two or more colors
Hey I Programm in Visual Studio 2017 with Xamarin I saw in an example, where their Activity Indicator had two Colors. it looked as if there were two Activity Indicators one above another and with a...
View ArticleInfragistics Xamarin VS17 XamDataGrid
Hey, has anybody experience with XamDataGrid from Infragistics for Xamarin? I didnt found anything but does anyone know if ist possible to implement something like pullToRefresh in Listview? I think...
View ArticleHow to Remove Cursor from Disable Entry tag .
Hi , is it Possible in Xamarin forms to Remove Cursor from Disable Entry tag ?
View Articlehow to change button properties with custom renderer class - android platform
Hi i create new button 'NewButtonRenderer ' - [assembly: ExportRenderer(typeof(NewButton), typeof(NewButtonRenderer ))] - public class NewButtonRenderer : ButtonRenderer - protected override void...
View ArticleListview selected row and command
heeeeei does anyone know how i know which row is being tapped/selected in listview? and how can i do a command for listview? both didnt really work for me Thx
View ArticleTemplates like wordpress
Hi there, I'm new here and difficult for me to start to build an app without any help :-) I was wondering if on xamarin there's no possibility to buy and download a template like Avada for Wordpress...
View ArticleCustom ContentView forward GestureRecognizer
Hello, i have a Class, ImageLabelButtonView : ContentView, which should work like a button. I would like to react in the ImageLabelButtonView class, if the View was tapped to animate the elements. The...
View Article