Android Splash Screen for Multiple Screens Without 9 Patch Image
An Android Application in incomplete without a Splash Screen and when it comes to supporting multiple devices, it can be a pain to develop these images. A tried and tested way to develop images for multiple devices is to use 9 Patch Imaging. I personally found 9 Patch images pretty difficult to understand. So, I tried using different ways which could help me make a splash screen for my Android application and I ended up doing this simple thing that allowed me to make my splash screen work on various screen sizes and resolutions. This is a simple tutorial, which will enable you to make a splash screen for your Android Application without using 9 Patch images. Before you begin with the tutorial, make sure you have a project in Eclipse that you want to create a Splash Screen for. Next, you must design an image for the splash screen of your application. Here are the specifications for this image. You can make your splash screen in Photoshop, or use the free image creation Application GIMP. ...