Skip to content

dotnet/maui

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

* Change API docs

* Tentative changes

* Add MapIsSpellCheckEnabled mapper

This at the xplat layer. Implementations will come later

* Add iOS IsSpellCheckEnabled mapper

* Add Windows IsSpellCheckEnabled mapper

* Add Android IsSpellCheckEnabled mapper

* Add Windows searchbar mapper

* Add iOS searchbar mapper

* Add Android searchbar mapper

* Add Windows editor mapper

* Add iOS editor mapper

* Add Android editor mapper

* Add API changes to Unshipped.txt

* Remove unecessary usings

* More RS0016

* More RS0016

* Revise Android inputs &  other small errors

* Add IsSpellCheckEnabled to test stubs

* Add Tizen mappers

* Add xml comment

* More tizen build fixes

* More tizen RS0016

* More tizen RS0016

* Start work tests (missing Keyboard-related tests)

* Fix iOS typo

* Windows and Android test checkin

* Fix iOS typo

* Checkin iOS tests

* Finish Tests!

* Clear up documentation

* Fix isLoaded typo

* Undo binary breaks

* Undo more binary breaks

* Address PR comments

Co-authored-by: Gerald Versluis <gerald.versluis@microsoft.com>

* Add Mapper documentation

Adding only docs for the standard implementation. A brief search into the handler folder showed that no mapper was documented 🥲

I'm hoping that documenting the standard implementation will be what's displayed in the MSLearn page

* Updated samples

---------

Co-authored-by: Gerald Versluis <gerald.versluis@microsoft.com>
Co-authored-by: Javier Suárez <javiersuarezruiz@hotmail.com>
462ca40

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
loc
July 13, 2022 10:50
October 21, 2022 19:01
February 23, 2023 17:52
September 23, 2021 10:07

.NET Multi-platform App UI (.NET MAUI)

Build Status Build Status

.NET Multi-platform App UI (.NET MAUI) is a cross-platform framework for creating mobile and desktop apps with C# and XAML. Using .NET MAUI, you can develop apps that can run on Android, iOS, iPadOS, macOS, and Windows from a single shared codebase.

Getting Started

Overview

.NET Multi-platform App UI (.NET MAUI) is the evolution of Xamarin.Forms that expands capabilities beyond mobile Android and iOS into desktop apps for Windows and macOS. With .NET MAUI, you can build apps that perform great for any device that runs Windows, macOS, Android, & iOS from a single codebase. Coupled with Visual Studio productivity tools and emulators, .NET and Visual Studio significantly speed up the development process for building apps that target the widest possible set of devices. Use a single development stack that supports the best of breed solutions for all modern workloads with a unified SDK, base class libraries, and toolchain. Read More

.NET MAUI Weather App on all platforms

Current News

Follow the .NET MAUI Blog and visit the News wiki page for more news and updates.

FAQs

Do you have questions? Do not worry, we have prepared a complete FAQ answering the most common questions.

How to Engage, Contribute, and Give Feedback

Some of the best ways to contribute are to try things out, file issues, join in design conversations, and make pull-requests. Proposals for changes specific to MAUI can be found here for discussion.

See CONTRIBUTING, CODE-OF-CONDUCT and the Development Guide.