I want to create a splashscreen image/psd. This has to be 2048×2048 resolution.
It will be a just an image on the center of the page with a background color.
How to do this without getting lost in photoshop. Any ideas will greatly help.
Thanks
I want to create a splashscreen image/psd. This has to be 2048×2048 resolution.
It will be a just an image on the center of the page with a background color.
How to do this without getting lost in photoshop. Any ideas will greatly help.
Thanks
2
Answers
Take a look at: https://www.bignerdranch.com/blog/splash-screens-the-right-way/
In effect you create a Drawable XML, something like:
Then in your Style Values:
Create a new Activity (Blank) and make it your Start activity (in Android Manifest):
Teh ‘SplashActivity’ should just forward you to your MainActivity; something like:
Note that you do not inflate a view at all! You use the Window background from your
style
to do the work.If you want to go for more flexible option yet without getting your hands dirty on complex implementation then this lib will greatly help you out.
https://github.com/ViksaaSkool/AwesomeSplash