Using Xamarin framework for coding in C#

John 406 Reputation points
2023-01-31T13:50:09.4533333+00:00

I have completely mortgaged off my new Mac Mini 2020 with M1 chip implanted.

Now that I have done that, and that I have an iPhone and Android mobile OS

installed tablets - namely, a Samsung tablet brand, I want to learn quickly to code using their Xamarin framework's storyboards and their controls.

I may have understood that some increasing .NET MAUI support is may likely to be included in the near future.

Can anyone provide me some links to any related learning materials?

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,291 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,201 questions
0 comments No comments
{count} votes

Accepted answer
  1. Castorix31 81,461 Reputation points
    2023-01-31T14:28:14.35+00:00

    I may have understood that some increasing .NET MAUI support is may likely to be included in the near future.

    Yes, Xamarin has been replaced by MAUI : What is .NET MAUI?

    Like for WinUI 3, discussions/issues can also be posted to MS people on GitHub (https://github.com/dotnet/maui/discussions

    https://github.com/dotnet/maui/issues)

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. John 406 Reputation points
    2023-01-31T23:24:08.3766667+00:00

    Is the code syntax the same as Xamarin's? Namely in C#, what are their coding differences? Can anyone provide me some examples?

    0 comments No comments