How to add Progress Bar in Splash Screen

Advertisements I want to add a Progress Bar to my splash screen but my splash screen is not an Activity. I have added windowBackground to my style <style name="Theme" parent="Theme.MaterialComponents.Light.NoActionBar"> <item name="android:windowBackground">@drawable/splash_image</item> <item name="android:statusBarColor">@color/white</item> </style> It is a PDF Viewer App which takes more time to load since it has to check for all the… Read More How to add Progress Bar in Splash Screen