Hello,
Welcome to our Microsoft Q&A platform!
I want to show a loading progress bar animation on my SplashScreen activity ... but I want to do this in Xamarin forms
Hi, mahmudulhasan. Xamarin.Forms project is initialized on each platform after the native startup sequence has completed. The splash screen needs to be achieved on each platform. When displaying the SplashScreen activity, the page of the shared project is not initialized yet. So it's unable to do this in Xamarin.Forms. Please create the progress bar animation in SplashScreen activity instead.
Best Regards,
Jarvan Zhang
If the response is helpful, 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.