Using Dreamweaver 5.5 and phonegap.js to build a native android app, is it possible to set a loading screen while the application boots?
I’ve been trying to figure this out, but I can’t find much documentation on it.
Are there any suggestions?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I have managed to answer my own question. Dreamweaver creates a compatible project folder for Eclipse. Thus, if you load up your Eclipse with the Android SDK and ADT installed, you can easily add a splash image to your res folder. From there you can recompile your .apk file. Worked like a charm.