I'm trying to create a foreground service in MAUI (using .NET 6) for an Android app, but currently, there are no tutorials (that I could find) on achieving this.
What would be the best starting point to add a foreground service or how would you create it?