GithubHelp home page GithubHelp logo

huafangyun / .net-maui-cross-platform-application-development Goto Github PK

View Code? Open in Web Editor NEW

This project forked from packtpublishing/.net-maui-cross-platform-application-development

0.0 0.0 0.0 1.54 MB

.NET MAUI Cross-Platform Application Development, published by Packt

License: MIT License

JavaScript 0.04% C# 92.79% CSS 2.73% HTML 4.44%

.net-maui-cross-platform-application-development's Introduction

.NET MAUI Cross-Platform Application Development

.NET MAUI Cross-Platform Application Development, published by Packt

.NET MAUI Cross-Platform Application Development

This is the code repository for .NET MAUI Cross-Platform Application Development, published by Packt.

**Leverage a first-class cross-platform UI framework to build native apps on multiple platforms **

What is this book about?

This book is an entry-level .NET MAUI book for mobile developers interested in cross-platform application development with working experience of the .NET Core framework, as well as fresh or junior engineers who’ve just begun their career in mobile app development. Native application developers (desktop) or Xamarin developers who want to migrate to .NET MAUI will also benefit from this book. Basic knowledge of modern object-oriented programming language, such as C#, Java or Kotlin, is assumed.

This book covers the following exciting features:

  • Discover the latest features of .NET 6 that can be used in mobile and desktop app development
  • Find out how to build cross-platform apps with .NET MAUI and Blazor
  • Implement device-specific features using .NET MAUI Essentials
  • Integrate third-party libraries and add your own device-specific features
  • Discover .NET class unit test using xUnit.net and Razor components unit test using bUnit
  • Deploy apps in different app stores on mobile as well as desktop

If you feel this book is for you, get your copy today!

https://www.packtpub.com/

Instructions and Navigations

All of the project files are organized into folders. For example, Chapter03.

The code will look like the following:

private async Task<bool> UpdateItemAsync(string key, string value)
{
    if (listGroupItem == null) return false;
    if (string.IsNullOrEmpty(key) || string.IsNullOrEmpty(value))
      return false;
    listGroupItem.Name = key;
    listGroupItem.Notes = value;
   if (_isNewItem) {...}
   else {...}
      StateHasChanged();Preface xvii
      return true;
}

The source code can be cloned from main branch or downloaded from release area.

Changelog:

  • 2022-09-27: Built using Visual Studio 2022, 17.3.4, using a workaround to resolve build issue below

VS 17.3.4 Breaks Android build with - Manifest

Following is what you need for this book:

An evolution of Xamarin.Forms, .NET Multi-platform App UI (.NET MAUI) is a cross-platform framework for creating native mobile and desktop apps with C# and XAML. Using .NET MAUI, you can develop apps that’ll run on Android, iOS, macOS, and Windows from a single shared code-base. This step-by-step guide provides a comprehensive introduction to those who are new to .NET MAUI that will have you up to speed with app development using .NET MAUI in no time.

With the following software and hardware list you can run all code files present in the book (Chapter 01-12).

We also provide a PDF file that has color images of the screenshots/diagrams used in this book. Click here to download it.

Related products

Get to Know the Author

Roger Ye is a Senior Software Engineering Manager and leading a software development team at EPAM Systems. His team helps clients develop modern web based applications deployed to on-premises data centers or cloud. Before EPAM, he was a senior software engineering manager at McAfee where he led a team working on mobile security application development for Android, iOS and Windows.

.net-maui-cross-platform-application-development's People

Contributors

keagancarneiro avatar shugaoye avatar simranudasi23 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.