Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/damiansuess/learn.mauipaymentui

.NET MAUI Payment Application Sample
https://github.com/damiansuess/learn.mauipaymentui

challenge dotnet-maui learn maui sample suess suesslabs xamarin xamarin-forms xenoinc

Last synced: 2 months ago
JSON representation

.NET MAUI Payment Application Sample

Awesome Lists containing this project

README

        

# Sample Payment App UI with Prism.MAUI!

As the title says, this is a sample credit card payment screen is written using .NET MAUI and the [Prism Library](https://github.com/PrismLibrary) which runs on Windows, Android, iOS, and Tizen.

The sample app leverages [Prism.MAUI](https://github.com/PrismLibrary/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:
* [.NET MAUI Good Looking UI](https://github.com/jsuarezruiz/dotnet-maui-showcase)
* [Snppts.dev - Credit Card Payment UI](https://www.snppts.dev/snippet/credit-card-payment-ui)

![snppts-logo](https://raw.githubusercontent.com/DamianSuess/Learn.MauiPaymentUi/master/snppts-logo.jpg)

Author: [Damian Suess](https://www.linkedin.com/in/damiansuess/)

Website: [suesslabs.com](https://suesslabs.com)

### Prism.Maui update:

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

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

## References

* [Prism.Maui](https://github.com/PrismLibrary/Prism.Maui)
* [.NET MAUI Good Looking UI](https://github.com/jsuarezruiz/dotnet-maui-showcase)
* [Xamarin.Forms Good Looking UI](https://github.com/jsuarezruiz/xamarin-forms-goodlooking-UI)
* [Xamarin.Forms Payment UI Sample](https://github.com/CrossGeeks/PaymentUISample)
* Snppts [GitHub](https://github.com/snpptsdev/snppts) - [Website](https://www.snppts.dev/)