App crashing due to Memory leaks (memory warnings ) in IOS using Grouped...
App crashing due to Memory leaks (memory warnings ) in IOS using Grouped Listview in xamarin forms version 4.1.0. Its happening when we scroll up and down and doing Expand and Collapse in Grouped List...
View ArticleCan I use MySql as database using Entity Framework 6 or Core in Xamarin Forms?
Currently I'm planning for the development of ordering system that will run on kiosk machine, so may initial plan is to use MySql as database, Xamarin form for the platform and Entity Framework 6 or...
View ArticleFormattedString is killing my listview
hi everyone so basically after updating Xamarin forms to latest version the listview become to slow after a lot of investigations I found out the FormattedString to be the problem my listview only show...
View ArticleHow to trigger OnNavigatedTo on the second/third tab in TabbedPage using Prism?
Hi there I'm using the Prism. I have 4 tabs in my Tabbed Page: Home (static no OnNavigatedTo required, Activity (OnNavigatedTo required), Note (OnNavigatedTo required) and more page (OnNavigatedTo not...
View ArticleNot able to see crash report in Appcenter
Hello, This is about Appcenter Crash report I have added the packages in my App.xaml.cs in Visual studio(2019) using Microsoft.AppCenter; using Microsoft.AppCenter.Analytics; using...
View ArticleWelcome to the brand new Community forum. We have restructured the topics so...
Welcome to the brand new Community forum. We have restructured the topics so developers,
View ArticleHow can i create a periodic background Task in xamarin ios?
Hi Team, I got one requirement in my application that is,i am going to run a background task for every 10 minutes and i need to show the notifications in the Device based on the background task...
View ArticleListView inside CarouselView scroll vertical is almost impossible.
I have a collection of listviews inside a horizontal CarouselView. When im trying to scroll vertically through the listview in focus, if make any tiny movement horizontally, the carousels horizontal...
View ArticleHow to apply jet color on image?
I want to apply a jet filter on the image, how it is possible? like this image
View ArticleGetting Null value while cast Context as Activity in XF 4.4 version
Hi All, I am getting null value when cast Context as Activity in Xamarin Forms 4.4 version but this doesn't occur in 4.3 version in Xamarin.Forms.Android platform. So any ideas? Thanks in advance !
View ArticleI cant refresh my listview with new data in my UI when I change something....
I got a TabbedPage, this contain two pages (Products - ShoppingCart). To both of them I shared in their constructor the same instant of my viewmodel. In my fisrt page a want to search some products and...
View ArticleEntry HorizontalTextAlignment doesn't work
I want to do this: <Entry HeightRequest="50" Text="hello" BackgroundColor="Yellow" WidthRequest="100" MaxLength="5" VerticalTextAlignment="Center" HorizontalTextAlignment="Center"/> But doesn't...
View ArticleXamarin.Forms SOAP output style
Hi, i call a soap 1.1 web service from my xamarin forms app (.netstandard 2.0). I generated the reference.cs file in my .android project. Then when i watch the request with fiddler, i see, there is a...
View ArticleVS2019 the specified path file name or both are too long error !
Hi everyone ! I'm archiving to publish ios from my Xamarin forms project, but I get an error ; I've put my project on a shorter path to fix this error. (In :C). But , I keep getting errors. Because I...
View Article