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

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

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)