Can I include other xaml files from App.xaml?
I have a long list of styles in my App.xaml ResourceDictionary, I was wondering if i could split them into separate smaller xaml files and then include them from App.xaml. If it's possible, can you...
View ArticleHow to create Horizontal MvxListView in Xamarin.Android
I have list of items those I need to display Horizontally with scroll. I'm using Mvvm-Crosss, I created MvvmListView and added MvxItemTemplate for that MvvmListView Like below . MvxListView:...
View ArticleHow to disable scrolling in ListView?
Hi! Is it possible to disable scrolling in a ListView if you have only a few items? Thanks, sudheer.
View ArticleHow to use ffmpeg to compress video in xamarin.fomrs
i want to compress and resize my video with ffmpeg, but i don't know how to use it...please help me.thanks
View ArticleBackground service - Get GPS Location every x minutes?
Hi all, I'm developing an app using Xamarin (duh), and I need a background service that gets the user's GPS location at recurring intervals (say, every 15 minutes). This project...
View ArticleDebug only Gesture
Does anyone have a suggestion on how to add a debug only gesture. Something accessible on any page. I thought about adding something that would recognize a tap on the title. But that wouldn't work on...
View ArticleWhy xamarin map custom pin move?
i made custom pin in xamarin map. and make 20 custom pins. but pins are move somtimes and disappear and appear. Why custom pin move and disappear? please help me...
View ArticleException when using e.Result in Xamarin Forms but only when i return string...
Hello everybody , i use ASMX WebService with Xamarin.Forms , and i have two Methods in Web service , one Method returns String Value and the Other one returns Double , when i try these two methods with...
View ArticleContentView lifecycle
Hi, First I'm a huge fan of Xamarin & Xamarin.Forms, it is simply amazing ! My question is : I am creating a XAML ContentView which has animations looping while the IsVisible property is true and...
View ArticleException: Found two resources that can't be differentiated yet are not equal
I've been getting an System.InvalidOperationException when trying to open a layout file in Visual Studio, like this: System.AggregateException: One or more errors occurred. --->...
View ArticleRedirect URL for google oauth?
Hello, Does anyone know the default redirect url for google oauth? I have tried logic based on this github link(line 18):...
View ArticleForms Buttons and SKCanvas with TouchEffect?
I am currently using SkiaSharp along side a TouchEffect based on the fingerpainting sample and have come across an issue where button clicks are not always fired when a user actually taps a button,...
View ArticleError on build app iOS, only on the production URL (https) :TrustFailure (One...
I have a problem when build my iOS project, only on the url production(for communication to web service). I think so wich the problem is the protocol HTTPS but i don't find any solution for this.My...
View ArticleListview detect scroll state
How to detect scroll state in xamarin forms listview? Similar approch in android with OnScrollStateChanged
View ArticleCurved corners in tableview cells
Is it possible to have cells with curved corners displayed in a tableview? If so would anyone know how to go about it?
View ArticleGET webdata - Working on UWP, Android not building connection
I've been requesting some DATA using the a nuget plugin (Binance.NET) in my shared Project. Works flawlessly on UWP aswell as a .net core and asp.net application i am running but for some reason on...
View Articlebinding data to the background image property of a content page
i want to bind data dynamically to the background image property of a content page from my api. can anyone suggest me how i can achieve that .... Thanks in advance
View ArticleXamarin Forms SKCanvasView
So from my basic understanding I have created an SKCanvasView and gets the finger painting working like in all the samples...etc. Just trying to find what is the way to clear my SKCanvasView? Does...
View ArticleCustom Template for last cell in a listView
Hello, I need to have a custom template for the last view cell (and for some other cells). So I need to get the list count in my DataTemplateSelector. I tried <ListView x:Name="StatusList"...
View ArticleTransaction not found with paypal payments on Paypal.Forms
Here I am implementing Paypal.Forms. in xamarin forms when a user proceed payments then it will show successfull transaction with Id,while checking on buyer paypal sandbox acount then it will nothing...
View Article