2

I'm new to Xamarin.Forms and was looking for a way to remove the Splash Screen and have my custom animated splash screen, does anyone have the idea about how to do it? Any help at all would be great!

Thanks

1
  • It is all explained here
    – Matheno
    Commented Feb 19, 2016 at 12:12

1 Answer 1

2

There is a blog post here that details how remove the default splash screen and replace this on iOS, Android, and WindowsPhone.

For example on the Android example, they are talking about creating a new Activity, prior to loading the default Activity that will launch the Xamarin.Forms App.

Using that approach will most likely also work in all other platforms. As you can do some platform-specific native animation set, prior to launching your real Xamarin.Forms App in your PCL.

1
  • link no longer works Commented Jan 21, 2023 at 19:42

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.