How to get Android App Activity X and Y Co-Ordinates on screen ?
If My Android App visible area starting point Will be (0,500) pointer location On screen, How can I get this Starting Pointer location in code, Like If we want Android.Views.View ScreenLocation means...
View ArticleXamarin.forms Android ActivityIndicator Animation hanging issue
Xamarin.forms ActivityIndicator Animation hanging issue occurred in Android when application main thread is busy. But this issue did not occur for iOS and activityIndicator animation run properly....
View ArticleHow to DownLoad Network Image And Save Image to mobile storage
How to DownLoad Network Image And Save Image to mobile storage
View ArticleKeyboard Overlapping Problem
Hi Everyone, I am facing the issue of keyboard overlapping, When the keyboards appears , it hide the remaining content of page. I need to click on "Done" then I can use other options. I need to create...
View ArticleDesktop Apps : Change Cursor on hover
This question is only for Xamarin Forms apps for macOS Desktop & WPF targets When the mouse HOVERS over the element (especially buttons / link button / image buttons), the user expects the mouse...
View ArticleWebView resources from .Net standard library
Hello We are using a webview in Xamarin forms project, loading html using HtmlWebViewSource class. In our solution, we have got resources such as js, css, images in a .net standard library project,...
View ArticleOnNavigatedFrom with MasterDetailPage
Hi, I'm making an app with Xamarin.Forms and Prism and I need to pass through the OnNavigatedFrom of the view I'm in at the moment when navigating using the masterdetail page. I'm using the...
View ArticleXF/iOS: Using AutoSize and ForceUpdateView for expandable editor causes...
Good morning, I have an Editor in a ListView in Xamarin Forms. I wanted it to expand vertically as I enter more lines; so I set the below on the Editor class constructor: AutoSize =...
View ArticleHi.. can i make a "chating app professional" in xamarin forms
can i make a messenger chating app professional in xamarin forms ؟ if yes ,Are there any tutorial that explain this?
View ArticleCom.OneSignal and Xamarin.GooglePlayServices.Ads package conflicts
Hi, I am using OneSignal nuget package version 3.0.1 in my xamarin forms shared project for handling push notifications. I also want to provide ads into my app for which Xamarin.GooglePlayServices.Ads...
View ArticleXamarin Forms 3.3.0 error: No property, bindable property or event found for UWP
I met strange error for UWP from following xaml: <ContentPage.ToolbarItems> <ToolbarItem Text="{Binding [SelectData]}" Command="{Binding AddNewDataCommand}"> <ToolbarItem.Icon>...
View ArticleHow can I set page animation boolean to false using Prism NavigateAsync()?
How can I turn on page transition animation when using Prism NavigateAsync()? The Xamarin.Forms PushAsync() has a Boolean you can set to false, east as that. How can I do that in Prism?
View ArticleHow can I develop an app which will communicate with SQL server database...
Hello everyone, I want to develop an app which will allow user to login using his or her credentials. The app will communicate with SQL server database residing in GoDaddy account. I learnt that it...
View Articlemscorlib conflict
I created a new xamarin forms app for android and ios and the code generated by visual studio does not even compile. I get this error: No way to resolve conflict between "mscorlib, Version=4.0.0.0,...
View ArticleXamarin Forms Entry does not allow comma in Numeric Keyboard
Hi. Xamarin Forms version is 2.3.5.255-pre5. No matter Entry is bound to decimal or string property, Numeric keyboard allows only dot input. Tried with English and German language on phone. Even tried...
View ArticleHow to get the children of a ContentPage or in a View?
Hello, Is there a way to get the children (controls) contained in a ContentPage or in a View? Thanks in advance!!
View ArticleHow to convert Base64 Image String to FileImageSource in xamarin forms?
My attached images are stored into local database as a Base64 String,I want to show the data to the ImageCarousel(Nuget plugin to view image sliding) View.so how to convert the base64 string to...
View ArticleI can't type commas in an numeric entry binded to a decimal value
This is really really strange. I have an entry binded to a ´decimal´ value with a default value (which comes from server): <Entry Text="{Binding AmountToPay}" Keyboard="Numeric" /> And I see the...
View ArticleFresh solution Xamarin.Android.Support.v4 compatibility issues out of the box?
I just created a new solution in VS 2017: Xamarin.Forms Masterdetail with .NET standard. What I have installed: SDKs for Android 4.4-8.1 (Kitkat to Oreo) Nuget packages for .NET standard library,...
View ArticleValues vanished/refreshed on swiping more than 4 content pages inside...
I am working on a xamarin forms project which have a carousel page container, and content pages as its children are created dynamically on different condition checks. (Minimum 8 children in my case)...
View Article