Writing your First Mobile App for Nokia



Writing your First Mobile App for Nokia



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" from ".zip". As example HelloApp.zip to HelloApp.wgz

Step4 :- Install it to your Nokia S60 or S40 phone.

You can check if your Nokia device supports for WRT technology here.

Comments

Popular posts from this blog

Installing SSL Certificate from CPanel