Results for maui
Using Shell navigation in dotNET MAUI, what is the best (most reliable) way to ensure that page transitions are always animating and doing this as smo...
I'm working on attempting to add Android implementation to https://github.com/jfversluis/Plugin.Maui.ScreenRecording I think I checked all bases, but ...
I'm creating a multiplatform MAUI application for Windows and Mac platforms. I've updated project to .NET 8 recently and I'm having some issues with b...
In XAMARIN FORMS I used a custom renderer to change the background color of a selected item in a ListView and the default background color, but I was ...
In XAMARIN FORMS I used a custom renderer to change the background color of a selected item in a ListView and the default background color, but I was ...
I am trying to display image in a collection view. Image is saved to the Applicationdatadirectory using MediaPicker.Default.CapturePhotoAsync(); Once ...
This is my string: public string EmptyViewText { get; set; } = "Please input a bin id first!*"; I have a simple command: public async Task Entry(strin...
I have a simple view model: public List Items { get; set; } = new List(); public class DisplayModel { public string Name { get; set; } public...
Let's say I defined a partial class on each platform, which defines an "initialize" method, and I call that method from my shared context. I defined t...
I have a partial code like this: CollectionView ItemsSource="{Binding Country}" SelectionMode="None"> CollectionView.ItemTemplate> DataTe...
I have an image like this: I have a partial code like this: CollectionView ItemsSource="{Binding Country}" SelectionMode="None"> CollectionView.I...
I am able to set up and add a Borderless Entry to a page i) from XAML, and ii) from code behind. However I would like to create the page UI from a met...
Yesterday I updated from .NET 7.0 to .NET 8.0 following my colleague doing so and having it work immediately. For myself however, on both my VS Mac an...
Yesterday I updated from .NET 7.0 to .NET 8.0 following my colleague doing so and having it work immediately. For myself however, on both my VS Mac an...
How can we get the data of Healthkit in .net MAUI application? We have this code to get healthdata. But this code gives me error on HkHealthStore. So ...
In my project maui i want a helper to check checkBox when I select an item from the listView with multiple selection. My listView in xaml: ListView x:...
Im getting some really bad feedback regarding the stock dotnet maui datepicker. The users do not understand it, is there a way of changing the interfa...
I want to implement a very simple push notification system using Firebase Cloud Messaging. The MAUI project is built on top of the .NET 8 version. I'v...
Actually the question is in the title. The WPF solution doesn't fit (or I haven't figured out how to adapt it), and I couldn't find anything else spec...
I follow this blog for reading phone book contacts from my Android and iOS devices and it was working fine on my Xamarin forms project. Now I am migra...
I have a Label in a FlyoutFooterTemplate DataTemplate in my Shell App and I would like to set it to the current App Version (AppInfo.Current.VersionSt...
I have a very simple TabBar with a few ShellContent elements such as this: ShellContent Title="Staying at Home" Icon="house_user_solid.png" ...
I am following the MVVM design pattern for my .NET MAUI app, and have a DecimalDigitsBehavior behavior that is applied to my Entries: ...
I am using Plugin.Firebase and Plugin.Firebase.Crashlytics packages for implementing push notification in my MAUI application. I referred this blog an...
How do I undo the most recent local commits in Git?
How can I remove a specific item from an array in JavaScript?
How do I delete a Git branch locally and remotely?
How can I find all files containing a specific text (string) on Linux?
How to find all files containing specific text (string) on Linux?
How do I revert a Git repository to a previous commit?
How do I create an HTML button that acts like a link?
How do I check out a remote Git branch?