J2ME Tutorial, Part 3: Exploring the Game API of MIDP 2.0
Vikram Goyal
J2ME is a popular platform for developing games for wireless devices.
With MIDP 2.0, a new package has been introduced that provides several
gaming constructs that would only have been possible in MIDP 1.0 with a
great deal of repetitive
code. In this part of this tutorial series, I will introduce you to this gaming package
and help you develop a simple game that uses all of the classes of this package as a learning tool. The package is called
and it builds upon the concepts that you learned in the previous installments in this series.
code. In this part of this tutorial series, I will introduce you to this gaming package
and help you develop a simple game that uses all of the classes of this package as a learning tool. The package is called
javax.microedition.lcdui.game,and it builds upon the concepts that you learned in the previous installments in this series.
No comments:
Post a Comment