Difference between revisions of "Nokia Overview"

From University of Washington - Ubicomp Research Page
Jump to: navigation, search
(Links)
(Sections)
Line 8: Line 8:
  
 
== Sections ==
 
== Sections ==
* [[Nokia Development]] Start here if you want to build apps on Nokia phones.
+
* [[Nokia Development]] How to build apps on the phones
 +
* [[Nokia Tips]] Things that make life easier

Revision as of 22:27, 20 April 2007

Overview

Most of this information applies to Nokia S60 v3 phones. Most of the phones we have are either the N80 (slider phone with two cameras) or the E70 (flip keyboard phone).

If you are doing any development, the two popular languages are Java (J2ME/JavaME) or C++ (Symbian C++). Java is much easier than C++, but Java has limited functionality (no background processes, cannot access hardware components of phone, etc). Python is also available and it's probably the best of both worlds, but no one in the department uses it. Needless to say, you should explore (read: ask someone who knows) the constraints of the language before you pick it.

Finally, phones are finicky. The version numbers listed are shown for a reason -- they are known to work. Often upgrading to a new version will break some functionality. It is also a good idea to keep installers as once new versions come out, the old one that worked will be removed from the manufacturer's site.

Sections