Kindly Help: Error: AnalyticsListenerImplementor is not abstract and does not...
Hi, My app started throwing this error in my PCL's Android applocation Error: error: AnalyticsListenerImplementor is not abstract and does not override abstract method...
View ArticleXamarin Forums & FSharp.core conflicts (warnings/errors from auto...
RE: Xamarin Forums & FSharp.core conflicts (warnings/errors from auto compile-time version downgrade) I just have a simple solution for a Blank Xamarin Forms app (with F#) I import FSharp.Core as a...
View ArticleCan't deploy to iOS device
I don't seem to be able to deploy my app to my development device, but i can deploy it to the simulator. When I try to deploy on the phone it builds fine, and it looks like it's trying to deploy it (I...
View ArticleAre there any new Xamarin books planned by MS?
The @CharlesPetzold.4997 book is wonderful. https://blogs.msdn.microsoft.com/microsoft_press/2016/03/31/free-ebook-creating-mobile-apps-with-xamarin-forms/ It is also still version 1 from 2016. I was...
View ArticleToolbox problem in Visual Studio 2017 for xamarin
On xamarin forms app xaml did not support toolbox controller. All xaml controller are shown but are disabled. i tried to reset, reinstalled but nothing happened. Does xamarin forms support toolbox...
View ArticleSlider color question - Android looks different
I am utilizing the Slider control in Xamarin forms. The slider functions fine and looks correct in Ios but Android it appears the bar is greyed out and is difficult to see for users. Below is my xaml...
View ArticleXamarin.Forms.WebView not showing
Right, So declaring a web view like this - WebView browser = new WebView { VerticalOptions = LayoutOptions.FillAndExpand, HorizontalOptions = LayoutOptions.FillAndExpand }; and then doing Content =...
View ArticleHow to place an ActionSheet on iPad?
Hey Guys, i am trying to show an ActionSheet in the lower right corner (iPad). But i cannot find any placing options. It seems that the ActionSheet is only showing correct on an iPhone, but not on an...
View ArticleAirwatch SDK with Xamarin Forms
I'm trying to setup the airwatch SDK from this link: components.xamarin.com/gettingstarted/awsdk for use with Xamarin forms. The link has instructions for setting it up for android and IOs. Is it...
View ArticleCopyWin32Resources failed with exit code -1
I keep getting the error : CopyWin32Resources failed with exit code -1 every time I make a new XarmarinForms project and build my UWP app. At first I was just updating the Xamarin.Forms nuget and the...
View ArticleGoogle ANR Analyzer for Xamarin apps
Hi, As you know that the current Google ANT=R available on Google Play Console is as of no use when developing Xamarin apps because it doesn't tell where is the issue, which page and what control? I...
View ArticleVM Server requirement
What is the server requirement in order to host the mobile apps created using Xamarin?
View ArticleXamarin Camera
Hi, i wanna show the camera on xaml file, for example in stacklayout, but i can´t find an example. The only examples are about how to display de camera device.
View ArticleVS2015 stops debugger after iOS app is launched
I'm seeing this error at random times. When it starts happening, it happens consistently unless I restart VS. The issue is that when the app is launched, debugger stops with a message in the console:...
View ArticleBuild FFmpeg for Android
I have seen posts all over the internet about how to build an Android version of FFmpeg. I have tried the scripts that were proposed. It appears nothing works. Does anyone know of an point by point...
View ArticleAdjust Width of Master on MasterDetailPage
I am using the MasterDetailPage for the NavigationDrawer on Android. Implementing the functionality has gone perfectly, however the width is too large and i would like to adjust it. I have tried to set...
View ArticleXamarin Forms MVVM parent / child example?
Is there a parent / child example out there somewhere? I’ve not seen one out there. To be clear, I am not referring to a MasterDetailPage. I am using Visual Studio 2017 Mac with a netstandard2.0...
View ArticleNative crash on Android tgkill
Hi Guys, I have an Android app built on Xamarin Form Cross Platform. It is working fine except it has crash some time which I can't figure it out. This is what I can find from Play Console. backtrace:...
View ArticleError the item X was specified more than once in the source folder
I have a Xamarin.Forms project and I drag and drop an image to my Android resources folder, then I copied it and pasted it in my UWP Project, but the image doesnt display, so I changed its build action...
View ArticleHow to add json layer in a button click in xamarin forms?
I am new in xamarin forms I want to add a json layer in a button click in my map.How can I do this.I am tried with a dependency for adding json layer.I using using Xamarin.Forms.GoogleMaps for creating...
View Article