Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/damiansuess/learn.mauipaymentui
- Owner: DamianSuess
- License: mit
- Created: 2022-08-09T14:48:59.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-25T00:53:36.000Z (8 months ago)
- Last Synced: 2024-11-10T14:22:30.314Z (2 months ago)
- Topics: challenge, dotnet-maui, learn, maui, sample, suess, suesslabs, xamarin, xamarin-forms, xenoinc
- Language: C#
- Homepage: https://suesslabs.com
- Size: 1.75 MB
- Stars: 53
- Watchers: 3
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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/)