Maui AndroidSpecific TabbedPage.BarItemColor and BarSelectedItemColor?
Xamarin.forms had
Maui AndroidSpecific TabbedPage.BarItemColor and BarSelectedItemColor?
Xamarin.forms had
Maui AndroidSpecific TabbedPage.BarItemColor and BarSelectedItemColor?
Xamarin.forms had
Maui AndroidSpecific TabbedPage.BarItemColor and BarSelectedItemColor?
Xamarin.forms had
Maui AndroidSpecific TabbedPage.BarItemColor and BarSelectedItemColor?
Xamarin.forms had
Maui AndroidSpecific TabbedPage.BarItemColor and BarSelectedItemColor?
Xamarin.forms had
Application causes freeze/slowness after using for some time
We have migrated our app into MAUI.
In Android devices or even in emulator release mode if I use the application for some time it starts getting slow and eventually freezes or crashes. It generally happens when I click on a button, and some operation happens and redirects to another screen.
I tried GC.Collect which prevents application crash but make it app slow.
Migrating from ‘Microsoft.Azure.Mobile.Client’ to Modern Database Solutions in MAUI
I am currently migrating one of my xamarin forms apps to MAUI and need to replace the outdated ‘MicroSoft.Azure.Mobile.Client’ package, which I used to connect my app to my database. Previously, I managed the connection with the following code:
Text truncation in .NET MAUI for Editor control when its not being edited
When it have a long text that is not being edited, I want to show 2 or 3 lines with ellipsis and when that field is being edited the full text should be visible. For this I have tried this
BindableProperty setter never called when property set
I’m working on a custom control in .net MAUI. This is what I have: