https://github.com/jfversluis/app-myconference
Fully featured conference app built with .NET MAUI powered by Sessionize
https://github.com/jfversluis/app-myconference
android dotnet dotnet-maui ios sessionize
Last synced: about 1 year ago
JSON representation
Fully featured conference app built with .NET MAUI powered by Sessionize
- Host: GitHub
- URL: https://github.com/jfversluis/app-myconference
- Owner: jfversluis
- License: mit
- Created: 2024-09-24T07:51:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-28T19:39:27.000Z (about 1 year ago)
- Last Synced: 2025-04-06T02:35:40.655Z (about 1 year ago)
- Topics: android, dotnet, dotnet-maui, ios, sessionize
- Language: C#
- Homepage:
- Size: 318 KB
- Stars: 17
- Watchers: 1
- Forks: 4
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Conference Mobile App
Fully featured conference app built with .NET MAUI powered by Sessionize.
At the time of writing I don't have a fully etched out plan yet, so stay tuned and feel free to pitch in with ideas or PRs!
## Using this app for your event
Great that you're using this app for your own event! Here are the steps you need to take to make it align with your own branding.
1. Open the **src/Conference.Maui/Resources/Strings/Strings.resx** file and replace all texts with what you want them to be. You at least want to change the app name from "My Conference" to be your own event name. If there are any additional resx files either remove those if you don't want translations, or change them accordingly.
1. Change the value for **ApplicationTitle** in the **src/Conference.Maui/Conference.Maui.csproj** file, this will be the name that shows up on the device home screen
1. Change the value for **ApplicationId** in the **src/Conference.Maui/Conference.Maui.csproj** file, this will be the unique identifier used for the app stores
## Acknowledgements
This idea came from the [Xamarin pre-build conference app](https://github.com/xamarinhq/app-conference) from many years ago, which I absolutely loved!
Now with all the conferences using Sessionize, I thought it might be a good idea to rebuild this app, now with .NET MAUI and powered by Sessionize!
As a starting point I took some inspiration from James who started to build a [version of this](https://github.com/jamesmontemagno/app-myconference).
### Icons
Used icons are provided under the most permissive license, mostly CC0 license.
* [tab_schedule.svg](https://www.svgrepo.com/svg/35457/calendar-symbol)
* [tab_speakers.svg](https://www.svgrepo.com/svg/307370/indifferent-unsure-shrug-irresponsible)
* [tab_myagenda.svg](https://www.svgrepo.com/svg/424364/favorite-like-love)
* [tab_sponsors.svg](https://www.svgrepo.com/svg/51130/two-balloons)
* [tab_about.svg](https://www.svgrepo.com/svg/156386/conversation-questions)