MAUI Splashscreen

Yogita Magdum 5 Reputation points
2024-05-30T07:46:16.76+00:00

How to create custom splascreen in .net maui?

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,655 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,240 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Sreeju Nair 12,176 Reputation points
    2024-05-30T08:52:42.5533333+00:00

    You can add splash screen to MAUI apps easily. The detailed specifications and how to do that can be found from the below URL.

    https://learn.microsoft.com/en-us/dotnet/maui/user-interface/images/splashscreen?view=net-maui-8.0&tabs=android

    Hope this helps


  2. Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 39,396 Reputation points Microsoft Vendor
    2024-06-05T03:06:49.53+00:00

    Hello,

    but I'm seeing the default splash screen color before my custom one appears. How can I fix this?

    You can set the SplashScreen to the same background color as your transition page by setting the Color property.

    This is because you have to use SplashScreen in your app after Android 12. Therefore, you can only change its color to make it more natural, but you cannot remove it from the app.

    For information on setting the background color of the SplashScreen, please refer to Add tint and background color.

    Best Regards,

    Alec Liu.


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.