Programming Handheld and Mobile devices 1 Programming of Handheld and Mobile Devices Lecture 19 MIDlet to Palm Rob Pooley

Slides:



Advertisements
Similar presentations
Introduction to Computers Section 6A. home The Operating System (OS) The operating system (OS) is software that controls the interaction between hardware.
Advertisements

COMPLAINT Example A: 1 Select Complaint from the Available Events menu. Clicking on the word "Complaint "places it in the Selected Event box. Click Next.
Setting Up a Peer-to-Peer Network For Each PC –Install the Client for Microsoft Networks –This supports peer-peer networking Implement Sharing –In the.
Lesson 10: Starting Windows Applications start an application program move between open application programs start an application using the Run command.
Using Eclipse. Getting Started There are three ways to create a Java project: 1:Select File > New > Project, 2 Select the arrow of the button in the upper.
COMPREHENSIVE Windows Tutorial 3 Personalizing Your Windows Environment.
® Microsoft Office 2010 Exploring the Basics of Microsoft Windows 7.
IC3 Chapter 9 – Computer Fundamentals
Chapter 9 Chapter 9: Managing Groups, Folders, Files, and Object Security.
Introduction to Android Studio
© 2010 IBM Corporation IBM Experience Modeler - Theme Editor Installing Python Image Library Presenter’s Name - Presenter’s Title DD Month Year.
Eclipse IDE. 2 IDE Overview An IDE is an Interactive Development Environment Different IDEs meet different needs BlueJ and DrJava are designed as teaching.
Copyright 2007, EMC Paradigm Publishing Inc. WINDOWS XP BACKNEXTEND 1-1 LINKS TO OBJECTIVES Starting Windows Using the Taskbar, opening & switching programs.
Getting Started with Adobe Photoshop CS6
This example is a step by step walkthrough for installing the SRH Front Desk Printer in Windows 8.
Getting Started with Eclipse Sandeep Pasuparthy. What’s Eclipse? It is a free software / open source platform- independent software framework for delivering.
Programming Handheld and Mobile devices 1 Programming of Handheld and Mobile Devices Lecture 12 Using the KToolbar Rob Pooley
I Can… Define basic file management and related terms Identify levels of a file system Identify and explain ways to view files in Windows OS Explain the.
UBUNTU - Desktop Panel by default is across the top Applications menu Quick Launch icons Notification area Clock Shut Down Task Bar by default is on the.
Lesson 1: Getting Started
Mac Set up and printer installation Vaibhav Pandit A&S IT 11/29/2007.
Innovative Training Works Digital Literacy Computing Fundamentals Using an Operating System (Microsoft® Windows XP)
A First Look At Microsoft Visual Basic Lesson 1. What is Microsoft Visual Basic? Microsoft Visual Basic is a software development tool, which means it.
PC Maintenance: Preparing for A+ Certification Chapter 23: Using a Windows Network.
© 2005 Pearson Education, Inc., Upper Saddle River, NJ. All rights reserved. Data Structures for Java William H. Ford William R. Topp Appendix E The EZJava.
Introduction to Systems Programming (CS 0449) PalmOS Tools: Developer Studio & Cygwin.
Programming Handheld and Mobile devices 1 Programming of Handheld and Mobile Devices Lecture 23 Summing up Rob Pooley
© Paradigm Publishing Inc. MICROSOFT WINDOWS XP MAINTAINING FILES AND CUSTOMIZING WINDOWS Section 2.
Programming Handheld and Mobile devices 1 Programming of Handheld and Mobile Devices Lecture 14 Various MIDlet examples Rob Pooley
Project Deployment IT [211 CAP] How to convert your project to a full application.
© 2006 Palm, Inc. All worldwide rights reserved. Note Pad application Digging Deeper.
By the end of this lesson, learners should be able to: Discuss the parts of the Windows XP desktop Discuss the parts of the Start menu Restart and Turn.
Computer Maintenance Windows Tips Windows Tips for Windows 7 Din Ravet 1D MSP3.
® Microsoft Office 2010 Exploring the Basics of Microsoft Windows 7.
Liferay Installation Prepared by: Do Xuan Hai 8 August 2011.
As you look at an iMac you will notice that there are no buttons on the front of the machine as shown in figure 1.
Configuring Windows Vista for use with Japanese 27 Aug 2009.
Lab 0 / Chapter 0 Windows XP Environment. 2 User Interfaces: A different perspective.
Adding Text and Navigation to the Home Page – Lesson 51 Adding Text and Navigation to the Home Page Lesson 5.
® Microsoft Office 2010 Exploring the Basics of Microsoft Windows 7.
Microsoft Windows is the dominant operating system on computers around the world. In this lesson, you will learn how to navigate and manage files in the.
Windows and Mac OSX.  Formatting a disk prepares it to accept data  NTFS on Windows  HFS+ on the Mac  There are lots of different formatting options.
Instructions for saving and installing your RISSNET certificate ( 3)
Open project in Microsoft Visual Studio → build program in “Release” mode.
Teach Yourself Windows 95 Module 6: Networking and Working with Multiple Computers.
CHANGING THE VOLUME Click the volume icon in the bottom right hand corner of the screen.
0 Receipts How do I attach scanned receipts?. 1 Create your expense report and click the Save & Submit button. The Receipts screen will immediately appear.
1 /17 Installing and Configuring TaxWise © 2006, Universal Tax Systems, Inc. All Rights Reserved. Installing and Configuring TaxWise Objectives –In this.
Data-information stored in files on the disks and CDs in your computer system Why should we save a file when we create it on the computer?
Using This PowerPoint This PowerPoint presentation assumes you already have both the Java JDK and JCreator installed and all that you need is the proper.
Installing and Using Evolve Evolve is written in Java and runs on any system with Java 1.6 Download Evolve from Unzip.
An Introduction to Programming with C++1 An Introduction to Control Structures Tutorial 1.
EML 2023 – Modeling, Parts Lecture 1.1 –Configuring SolidWorks.
FIRST COURSE Exploring the Basics of Microsoft Windows Vista.
Chapter 2 – Introduction to Windows Operating System II Manipulating Windows GUI 1CMPF112 Computing Skills for Engineers.
HOW TO RECORD YOUR VOICE FOR AN AUDIO PODCAST Audacity Tutorial.
How To Exclude Paths In McAfee Antivirus 2017 Call: mcafee.antivirussupportaustralia.com.
Windows Tutorial 3 Personalizing Your Windows Environment
Appendix A Introduction to Windows 7
ITE101: FUNDAMENTALS OF COMPUTING AND INFORMATION
UBUNTU - Desktop Panel by default is across the top Applications menu
Computer performance.
Computer performance.
JCreator Settings Only
Exploring the Basics of Microsoft Windows 7
Steps to Download and Install the Desktop Reader
Computer performance.
Microsoft Windows 7 Basics
Windows Operating System
MAINTAINING FILES AND CUSTOMIZING WINDOWS Section 2
Presentation transcript:

Programming Handheld and Mobile devices 1 Programming of Handheld and Mobile Devices Lecture 19 MIDlet to Palm Rob Pooley

Programming Handheld and Mobile devices 2 Moving MIDlets There are two parts to installing MIDP for Palm OS. You must install the MIDP for Palm OS package on your desktop computer, and you must install the MIDP for Palm OS implementation (Java™ HQ) on your Palm OS device.

Programming Handheld and Mobile devices 3 Result of the Installation Installing the MIDP for Palm OS implementation adds the following icon to your device’s home screen:

Programming Handheld and Mobile devices 4 Example of TextBox 3

Programming Handheld and Mobile devices 5 Running applications written in Java This screen contains a copyright notice and a Preferences button. Tapping the Preferences button gives you the option to change the MIDP for Palm OS global preferences. This screen also provides help (a “tip”) if you tap the icon. Java™ HQ cannot launch Java applications. You run a Java application by tapping the application’s icon.

Programming Handheld and Mobile devices 6 Installing Java Applications A Java application written for MIDP is distributed as a pair of files, –one with a.jar extension and –the other with a.jad extension. Other than their extensions, the files have the same name. –For example, a poker Java application would be distributed as the files Poker.jar and Poker.jad.

Programming Handheld and Mobile devices 7 Converting You must convert it to a Palm OS application before you can install it. A PalmOS application is a file that has a.prc extension. You use the Convertor tool to do this.

Programming Handheld and Mobile devices 8 Packaging a Java application The KToolBar will package your Java MIDlet Select the Project menu Then select Package from that menu Then select Create Package from that menu The Package is created as a.jar and.jad pair in the bin folder of the project

Programming Handheld and Mobile devices 9 Convertor If your computer is configured to run JAR files directly, you could double-click on the Converter.jar file.

Programming Handheld and Mobile devices 10 To Change JAR/JAD Files Into a PRC File 1. Make sure the JAR and JAD file are in the same directory. 2. If the PRC Converter Tool is not running, start it. A window similar to the one in the following figure will appear:

Programming Handheld and Mobile devices 11 Using the tool 3. Click the PRC Converter Tool’s Folder button ( ), or choose Convert from its File menu. A dialog box similar to this 4. Navigate to the directory where the JAD and JAR files are located.

Programming Handheld and Mobile devices Select a JAD file to convert. The JAD info panel shows you information about the Java application. Note that if your desktop computer system supports selecting multiple files in dialog boxes, you can select multiple JAD files to convert. 6. Click the Convert button to convert the JAR/JAD file pair to a PRC. (Clicking Convert does not affect the original JAR/JAD files; it merely creates a new file with a.prc extension.)

Programming Handheld and Mobile devices 13 Multiple MIDP for Palm OS Icons on Palm OS Device