Nokia S40 Development: Ray Rizaldy
Nokia S40 Development: Ray Rizaldy
Ray Rizaldy
Agenda Slide:
Development Tools Setup Hello Girl
Development Tools
JDK
Bro tip: -Use 32 bit version, not 64
Download at
www.oracle.com/technetwork/java/ javase/downloads/index.html
IDE
NetBeans:
Beginner friendly :) Intuitive user interface with clear menus and window placement Integrated Java ME support Supports both Series 40 SDKs and Symbian SDKs for Nokia devices Can be used to deploy MIDlets to devices
Download at
http://netbeans.org/downloads/
IDE
... Or use eclipse (pulsar)
Ideal for experienced Java developers Supports both Series 40 SDKs and Symbian SDKs for Nokia devices Supports a large variety of plugins for application development Easy to install
Download at
www.eclipse.org
Emulator
By Platform: S40 6th Ed S40 6th Ed FP1 (Nokia SDK 1.0) Nokia SDK 1.1
Download at
www.developer.nokia.com
Nokia Suite
So.. You can deploy your app to device
Download at
www.developer.nokia.com
Setup
Setup
Install JDK
Install IDE
Install SDK
Hello, Manis!
On Device
Build JAR file It will generate files on:
<NetBeans Projects>\HelloWorld\dist\ Drag n drop file to Nokia Suite Voila!
Next!
Revisit Java ME