Request permissions do not continue execution on Android
Hello, When I request the permissions on Android, the permission windows appear and once they are accepted, the code stops are execution. The application does not crash, there is no except, just a...
View ArticleHow 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 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 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 ArticleHow to DownLoad Network Image And Save Image to mobile storage
How to DownLoad Network Image And Save Image to mobile storage
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 ArticleConverter Binding for Label
Hi, I have a label, and I want the label to display different things depending on the bool value returned from a function in my ViewModel. Let's say the function is called getConnection() - how do I...
View ArticleText inside image
I have a grid inside a grid. I want 3 images with text inside them in inner grid align horizontally. How can I achieve it ?
View ArticleHow to stop ScrollViews resetting content to the first item after pushing and...
On ContentPages containing ScrollViews, if a new page is pushed onto the navigation stack, and later popped to reveal the original page again, on iOS the ScrollViews on that original page have their...
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 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 to log unhandled exception
I have following code in my Xamarin Forms project. I used SentryErrorLog to log exception and saved exception message to pp device locally. I have tested following code and the logging is successful....
View ArticleXamarin.Forms vs Flutter
Hi all Thomas Burkhart has posted an interesting small review to Flutter (a relative new challenger to .forms) including his personal compare between .forms and Flutter. As the link was included in the...
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 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 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 Articlexamarin form : how to change label with stepper
i want to increment or decrement value of label based on stepper value change, but stuck here. Here is my code kindly check it <ListView x:Name="mylistview" > <ListView.ItemTemplate>...
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 Article