Friday, March 14, 2008

ICA-CP: 3/14/08 - Arrays on our Razor cell phones

Good afternoon!

Today we start a new topic, and a new programming project. We will talk over the concept of arrays in Java today. Stage 1 of your next project will be to make an array with all of our names and Meyers-Briggs results. A user will type a name, and the Meyers-Briggs for that person will appear on the Razr display. For this project, we will need a for loop, a while loop, StringTokenizer, and some arrays. We will also need to use more of the commands in the MIDP (which is an acronym for Mobile Information Device Profile).

These web sites below have some information which will help us with our new project. Stage 2 will involve adding someone's picture next to her name. After that, we may try programming a game.

http://today.java.net/pub/a/today/2005/05/03/midletUI.html

http://www.microjava.com/articles/techtalk/midp2_games

http://www.onjava.com/pub/a/onjava/excerpt/j2menut_3/index1.html

Link to pictures: http://picasaweb.google.com/dlclingingsmith/ICA?authkey=pjaBcWpWmxw

0 Comments:

Post a Comment

<< Home