Week 2: Forms-A-Go-Go: Difference between revisions

From Mobile Application Design
Jump to navigationJump to search
No edit summary
No edit summary
 
(2 intermediate revisions by one other user not shown)
(No difference)

Latest revision as of 07:18, 12 September 2007

Setup for Eclipse users

  1. Download the Forms-A-Go-Go files and unzip them to somewhere in your filesystem
  2. Copy the entire Forms-A-Go-Go folder into your Eclipse workspace
  3. Create a new J2ME Project called - Forms-A-Go-Go. I like to use the Nokia S60 emulator - but you can use anything you like.
  4. Eclipse should automatically find all the files that we added if you spelled everything correctly
  5. Create a configuration to run your Midlet by right-clicking the project name, selecting Run as, Run...
  6. Make it look something like this - forms_run_dialog.png
  7. Run the MIDlet

Don't forget to read through the source code to see how everything works