Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
davefxy committed Jul 27, 2023
1 parent 1415d5e commit a9d0998
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AutoSuggestBox/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# XamarinFormsControls

I took the source for this project from the original DotMorten project at (https://github.com/dotMorten/XamarinFormsControls)
I wanted a Maui version. So I modified the source and migrated it to .Net Maui. It only supports Android and iOS, 2 types of hardware I posses.
I wanted a Maui version. So I modified the source and migrated it to .Net Maui. It supports Windows, Android and iOS, 3 types of hardware I posses.
This was an exercise in how to migrate a Xamarin.Forms control to a .Net Maui control using the Maui Handler recipe. It took a number of days
to get this sorted out. I know that it works for my needs. I did what I needed to get it to work. I am sure there is some unused code that can be removed.
Someone familiar with Maui handlers and.or iOS code or Android code can make improvements.
Someone familiar with Maui handlers and.or Windows code, iOS code or Android code can make improvements.
I tired of trying to find a comparable .Net Maui version of this AutoSuggestion box that I had used in Xamarin.Forms. I wanted to finish migrating my apps
from Xamarin.Forms to .Net Maui. After migrating this control and the Microcharts control, I was able to complete the migration to .Nwt Maui.
I do like .Net Maui now more than Xamarin.Forms. Yes, you need to make design changes but in fact it isnt that much of a stretch.
Expand Down

0 comments on commit a9d0998

Please sign in to comment.