How to add Xamarin App under Share with dialog
I want to add my app under share with dialog that appears when user search something on Google then under any result there is a share icon. When someone clicks on share icon a "Share with" dialog...
View ArticleXamarin Forms iOS error: CS0103 The name 'InitializeComponent' does not exist...
Hello, I'm using Xamarin Forms for develop Android and iOS app. My app it's working in Android, but when i compile the iOS version (project) the error "CS0103 The name 'InitializeComponent' does not...
View ArticleError after installing Xamarin.Forms 3.0
I have installed Xamarin.Forms 3.0 and i have this message in debug in the App.xaml "System.MissingMethodException: System.Func`2<string, string>...
View ArticleErroe in android debug with a missing moethod
I have this error in android device, in the App.xaml.g.cs "System.MissingMethodException: System.Func`2<string, string> Xamarin.Forms.Internals.ResourceLoader.get_ResourceProvider() " Anyone know...
View ArticleIs there a way for capturing videos from both rear and front cameras...
Hi All, Can be a strange request but for a project of mine I need to capture videos from rear and front cameras in the same time. I’d like to realize a cross-platform app for iOS and Android where I...
View ArticleUWP LoadFromXaml Causes Exception 'System.PlatformNotSupportedException'
Does anyone have a clue as to why this exception occurs on UWP? Exception thrown: 'System.PlatformNotSupportedException' in System.Private.Reflection.Execution.dll It seems to only occur on...
View ArticleDisplaying Keyboard in Xamarin.foms UWP
Hii, I want to display a numeric keyboard under a text box, so that I can enter PIN from that Keyboard. How can I do that?
View ArticleERROR WITH LATEST NUGET v2.5.0.77 "Xamarin.Forms.Build.Tasks.GetTasksAbi"...
I just got latest stable 2.5.0.77107 and I can't compile anymore [myUser]\packages\xamarin.forms\2.5.0.77107\build\netstandard1.0\Xamarin.Forms.targets(55,3): error MSB4062: The...
View ArticleHelp: Upgrading from 2.3.4 to 3.0. Android Contents are offset downwards
I had to update a year-old app to the current version of forms. Unfortunately on Android, it seems to think the screen is taller then it actually is (see screen shot). Everything is working just fine...
View ArticleAzure Xamarin.Forms Quickstart - When Will It Get Updated?
If you create a new Mobile App via Azure QuickStart and select Xamarin.Forms and download the solution (i.e. follow these steps), you'll see the template is pretty out of date. Anyone know when we can...
View ArticleTarget Android Version problem using specific version vs compile using Sdk...
When I use target version as this vs this I am having layout differences. my splash screen image becomes bigger. can Somebody suggest what is the difference and why I am experiencing this?
View ArticlePayPal integration, xamarin forms shared project
Hi, I have a Xamarin forms shared project that has an Android and Windows phone project in it. I'm looking to integrate PayPal to simply make test sandbox payments, i.e. it wont be going live. This...
View ArticleEmbedded Image
I followed the example from "WorkingWithImages" but the image won't display without having .Droid. or .iOS. in the xaml path. Is this difference caused by selecting "Shared Project" rather than ".NET...
View ArticleHow to build swipe gesture control in xaml like Youtube swipe when playing...
Hi all How to build swipe gesture control in xaml like Youtube swipe when playing video down and up swipe navigation
View Articlepackages.config vs package references and migrating?
I was told that I should migrate to project references instead of packages.config because I started my xamarin.forms project more than 3 years ago and that time, template was creating packages.config....
View ArticleStyling on iOS broke with IDE update
I use VS on Windows and VS for MAC on the MAC for writing my Xamarin forms project. Everything was working fine until the VS for MAC IDE told me there was a bunch of updates which I installed and they...
View ArticleHow to use stopwatch in xamarin forms
I'm developing a QUIZ app and i want to show elapsed time in a label. Can someone help me, how to update label in every second.? Thanks
View ArticleIdeas on how to create a circle that has a smaller overlapping status circle
So I need to create a circle that will hold the users initials. That's easy enough but that circle needs to have a smaller circle that will overlap it in the bottom right hand portion. The smaller...
View ArticleXamarin Auth Account Store
I had been using Xamarin.Auth to save the password locally. After upgrading Xamarin.Auth 1.6.0.2 I can see that AccountStore.Create() method is now obsolete. It suggests to change the signature to...
View Article