Posts

Showing posts with the label A Splash Screen for Android using Phonegap

A Splash Screen for Android using Phonegap

Hi Guys, In this tutorial we have added the article to show the splash screen for a short time and then after load the index.html file. Adobe Cordova includes a Splashscreen API so you can add a splash screen to your app, which consists of a still graphic image displaying before your app starts. I have recently begun a lot of experiment to build the application in hybrid to make for android and ios creating native mobile apps with HTML5/CSS3/JS. I found that Titanium Appcelerator and PhoneGap have two option to create the mobile application hybrid. Both products are great, but their approaches (and capabilities) are very different. To work in both I have personally feel that PhoneGap is much easy to build the mobile application rather than Titanium. If you create your Android splash screen as a 9-patch image, then the image will resize proportionally when displayed in either portrait or landscape mode. In order to have a splash screen in a PhoneGap Android application...