Posts

Showing posts with the label Writing

Writing your First Mobile App for Nokia

Image
Writing your First Mobile App for Nokia Sep 10, 2011 Beautiful invoicing, time-tracking and project management for freelancers Powered by InfluAds You must have basic knowledge of HTML, CSS and JavaScript and you are ready!! Step1 :-  Write your application with HTML, CSS and JS , and test it in browser. You can start with alerting "Hello" or a simple calculator to add two digits. Feel free to use JS libraries like jQuery etc. Put all these files to a folder. For example "HelloApp". Step2 :-  Create an info.plist file  in the same folder there your main HTML file is situated. DisplayName Hello Identifier com.Hello.basic.widget Version 1.0 MainHTML index.html In this file you must put the "DisplayName" (You can put anything), "Identifire" (Something like com.anything.anything) and your "MainHTML" ( Main HTML file name). Step3 :-  Zip your folder and rename it to ".wgz"  ...