I am loading some required resources in a global class which extends Application.
Since it runs first as soon as we launch the application, it takes some time to start first activity which results in blank screen for few seconds during launch.
Can we add a wallpaper or a gif which displays that the application is loading instead in place of blank screen?
If yes, please help me out how to start with?
You can set a background image in your layout, then if you need to load huge information when started your application, you can load this info in background using asynctask or service or thread.