Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
davefxy committed May 31, 2023
2 parents 92f4f3c + d3a4181 commit 9f470eb
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,18 @@

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 to and migrated it to .Net Maui. It only supports Android and iOS, 2 types of hardware I posses.
This was and 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
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.
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 redesign.
Recently I replaced all of the <Frame> with <Border> in my apps Xaml and understand how to specify shadows and colors so I am very happy. I do like
.Net Maui now more than Xamarin.Forms. Yes, you need to make desigh changes but in fact it isnt that much of a stretch.
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.

So many thanks to dotMorten for creating this control so long ago.

## Sponsoring

If you like this library and use it a lot, consider sponsoring me. Anything helps and encourages me to keep going.
If you like this library and use it a lot, consider sponsoring dotMorten. Anything helps and encourages dotMorten to keep going.

See here for details: https://github.com/sponsors/dotMorten

Expand Down

0 comments on commit 9f470eb

Please sign in to comment.