How can I test methods containing Application.Current
There are few methods which have Application.Current.Properties and Application.Current.SavePropertiesAsync methods. So how do i test methods having these two in them? I'm stuck after trying to use...
View ArticleHow to trigger every change in the Entry field?
This the Entry Field which the user will input the data. <StackLayout Grid.Row="0" Grid.Column="0" Padding="16,13,16,9"> <StackLayout Orientation="Horizontal" Padding="10,0">...
View Articlee commerce product details screen
We are developing a e commerce app using xamarin froms, here we need to build a screen like this image/ video of the product, and bottom thumb images. I have tried with image view for display image and...
View ArticleNot able to create a xaml file properly
Hi, I am not able to create xaml file properly .I am getting cross sign after creating the xaml file,Can anyone provide a solution for this. Please find a attached screenshot here
View Article'C:\Program' is not recognized as an internal or external command, operable...
Hi' I'm new to xamarin forms. I'm getting this error " 'C:\Program' is not recognized as an internal or external command, operable program or batch file." when I try to run the android emulater. Any...
View ArticleScroll effect with collapsing sections of the screen.
I'm looking for help on how to do this effect: On a page is a ListView that is 3cm from the top of the page, below a 3cm tall logo. When the user scrolls up the list view, the entire list view scrolls...
View ArticleAdd tap events to elements inside an SVG using SkiaSharp in Xamarin.Forms
I want to add tap events inside the SVG ,want to get location or specific any detail .Is it possible?
View ArticleUsing Xaml and get "Additional information: An item with the same key has...
I have the following Xaml: <ContentPage.Content> <ScrollView> <ListView ItemsSource="{Binding GroupedItems}" IsGroupingEnabled="true" GroupDisplayBinding="{ Binding Name }"...
View ArticleGoogle Assistant Integration with Xamarin Form
Hi, Could any one tried google assistant implementation with xamarin form. It should be great if you have any samples. Thanks in advance
View ArticleGoogle Assistant Integration with Xamarin Form
Hi, Could any one tried google assistant implementation with xamarin form. It should be great if you have any samples. Thanks in advance
View ArticleStrange space at top of titleview in xamarin forms for UWP
Experiencing a very strange issue where the title view is cut by about 10 pixels, on UWP only, causing major UI inconsistencies with its android counterpart on a forms project. markup is relatively...
View ArticlePayment gateway integration
Hi all, Any one have idea about Integrate Payment(Judo) In Xamarin Forms? please post the code here. Thanks In Advance
View ArticleGetting blank screen when navigating after animation
After the animation is triggered on the first page changing pages on the menu gives a blank page. Open App > Click any of the two buttons to trigger the animation > Menu > About Page >...
View ArticleACR.UserDialogs Splat - Could not be resolved as it was built against...
Hi Since upgrading my version of Visual Studio 2019 to the latest build I have been unable to build my project. Is anyone getting this same message or do you know how to resolve it? I am using Splat...
View ArticleSignalR with Airplane On / Wifi Off -> Crashes app! (SIGSEGV)
Hi guys, I'm using in my PCL Xamarin.Forms application a SignalR-Client class which connects to my SignalR-Server, the connection itself works fine, pakets are transported well and the Client is able...
View Articlei cant get the control id in code behind
xamarin forms.4.0.0.49 standard VS v-16.1.4 hello all, i cant get the control id in code behind, any suggestions? --------- XAML <Switch x:Name="swStart_definiteTime" Toggled="Sw_Toggled"...
View ArticleHow can I confirm HttpClient is Native when I use Xamarin.Form?
As I know, when I create a Xamarin.Android project and use HttpClient with AndroidClientHandler, so AndroidClientHandler is the new handler that delegates to native Java/OS code instead of implementing...
View ArticleVarious warnings when compiling Xamarin Forms solution from Android project.
Hi, I'm getting various warning when compiling my Xamarin Forms solution but they all seem to be coming from the Android project and I've got no idea on how to resolve them. All together I've got 10...
View Articlehow to make a accelerator key for Xamarin.Forms button ?
I want make a accelerator key for my Xamarin.Forms button on UWP. My app is a chat app, on Android the user like to press the Send Button. But on UWP when it run on desktop, the user like to use the...
View Article