tanvirehsan / Learn.MauiPaymentUi

.NET MAUI Payment Application Sample

Home Page:https://suesslabs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sample Payment App UI

As the title says, this is a sample credit card payment screen is written using .NET MAUI and the Prism Library which runs on Windows, Android, iOS, and Tizen.

The sample app leverages Prism.MAUI for its easy-to-use Navigation Service for passing information and Dependency Injection with DryIOC. The sample also makes use of XAML Behaviors, dynamic styling, and shared PNG resources.

Featured On:

Prism.Maui update:

// Previously, Prism.Maui used:
.UsePrismApp<App>(prism => {... })

// Now, you define it as follows
.UseMauiApp<App>()
.UsePrism(prism => { ... })

References

About

.NET MAUI Payment Application Sample

https://suesslabs.com

License:MIT License


Languages

Language:C# 100.0%