Archive for Mobile app dev

How to add splash screen to an android app in phonegap

Tags: ,

To add a splash screen to your android app in phonegap, you need to make sure of few things. You are using 0.9.3 or higher version of phonegap. Add 1super.setIntegerProperty("splashscreen", R.drawable.splash); to DefaultActivity.Java (which is your main java file) in the onCreate method just before the 1loadUrl("file///asset_android/www/index.html") Make sure splash is the name of your [...]

Continue reading » 2 Comments

Phonegap – Filling the gap between web and mobile development

Tags: , ,

For those who doesn’t know how HTML5 is changing the web. Here is a platform “Phonegap” based on HTML5 for building cross platform mobile apps using your existing knowledge of web technologies, that means using only HTML, CSS and javascript you can build a app much faster for any platform be it iphone/ipad, android, blackberry, [...]

Continue reading » 1 Comment