CSharpShellApp
CSharpShellApp copied to clipboard
So about Resources folder again. (Splash Screen support)
I would like to thank you for finally adding resources and moving from outdated Xamarin Forms to MAUI platform. A littsle problem though.
I want to ask a question. I am not sure how to add splash screen, the folders doesn't have properties, I want to set the properties of these folders, like Build Action.
Any solution on how I can add splash screen?
I appreciate your hard work and thanks again for constant updates.
I will implement it alongside the current icon option. It can only be a PNG, though.
Thanks!
Is it also possible that you can implement the support for editing project file? (cshpro) so I can edit properties, Item groups etc.
As well as quick adding images feature inside the app, because I had to use file manager outside the app to manually move images to resource folder.
You can open the .csproj file with an external text editor via the app's file manager from the "Open..." dropdown. However manually moving images into "Resources/Images" is currently the only option. The "Add files..." option can be used for Android <= 10 but on later version it falls under scoped storage restrictions. Then the app's file manager can be used to copy the images to the project folder. I will try adding an option there that relies on the Android APIs to simply add/copy files.