Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/radekvym/calling-app
[UI challange] .NET MAUI implementation of "majority wallet & calling" design by Hampus Öhman.
https://github.com/radekvym/calling-app
animations dotnet dotnetmaui draw maui maui-app maui-apps transition-animation ui ui-components ui-design xaml
Last synced: 2 months ago
JSON representation
[UI challange] .NET MAUI implementation of "majority wallet & calling" design by Hampus Öhman.
- Host: GitHub
- URL: https://github.com/radekvym/calling-app
- Owner: RadekVyM
- License: mit
- Created: 2021-01-26T17:21:41.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-08T16:39:13.000Z (7 months ago)
- Last Synced: 2024-07-08T21:01:38.892Z (7 months ago)
- Topics: animations, dotnet, dotnetmaui, draw, maui, maui-app, maui-apps, transition-animation, ui, ui-components, ui-design, xaml
- Language: C#
- Homepage:
- Size: 17.6 MB
- Stars: 46
- Watchers: 4
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Calling App
**.NET MAUI** prototype of a phone app inspired by the [majority wallet & calling](https://dribbble.com/shots/14796428-majority-wallet-calling) design by [Hampus Öhman](https://dribbble.com/HampusOhman).
https://github.com/user-attachments/assets/0a7eda83-6347-4273-bd10-d3f7790213c4
This project demonstrates how to create .NET MAUI apps with custom graphics effects and many animations.
## Original design
Many thanks to [Hampus Öhman](https://dribbble.com/HampusOhman) for their beautiful original work.
[![Dribbble Design](./Images/original.gif)](https://dribbble.com/shots/14796428-majority-wallet-calling)
## Installation
First, make sure you have your Visual Studio and .NET 8 environment set up for .NET MAUI development. If not, follow the [setup instructions](https://learn.microsoft.com/dotnet/maui/get-started/installation). Then make sure you have your [Android](https://learn.microsoft.com/dotnet/maui/get-started/first-app?pivots=devices-android) or [iOS](https://learn.microsoft.com/dotnet/maui/get-started/first-app?pivots=devices-ios) platform set up for deployment of the application.
Once everything is set up, you can clone the repo and run the application via Visual Studio or Visual Studio Code.
Here are some resources to learn more about .NET MAUI:
- [Official website](https://dotnet.microsoft.com/apps/maui)
- [Microsoft Learn](https://learn.microsoft.com/dotnet/maui/what-is-maui)
- [.NET MAUI GitHub repository](https://github.com/dotnet/maui)## Features
Only .NET MAUI APIs and my [SimpleToolkit](https://github.com/RadekVyM/SimpleToolkit) library were used to create this sample.