Wiley出版,共20章,大小為12M
1.Introduction to the Series 60 Platform
2.Overview of the Series 60 Platform
3.Design Patterns for Application Development
4.Software Development on the Series 60
Platform
5.Platform Architecture
6.User-centered Design for Series 60
Applications
7.Testing Software
8.Application Framework
9.Standard Panes and Application Windows
10.Lists and List Types
11.Other User Interface Components
12.View Architecture
13.Audio
14.Customizing the Series 60 Platform
15.Communications Architecture
16.Communications Application Programming
Interface
17.Messaging
18.Connectivity
19.Programming in Java for Smartphones
20.Midlet User Interface Framework
public void playerUpdate(final Player p, final String event, final Object eventData) {
// queue a call to updateEvent in the user interface event queue
Display display = Display.getDisplay(midlet)
display.callSerially(new Runnable() {
public void run() {
DRMPlayer.this.updateEvent(p, event, eventData)
}
})
}
Learning Wireless Java is for Java developers who want to create applications for the
Micro Edition audience using the Connected, Limited Device Configuration and the
Mobile Information Device Profile (MIDP). These APIs specifically for devices such as
mobile phones and pagers, allowing programmers to create MIDlet applications. This
book offers a solid introduction to J2ME and MIDP, including the javax.microedition
classes, as well as classes surrounding the features of the various platforms that the J2ME
supports.
Attempt to write voice dictionary: search and play wav files (could be obtained from stardict voice dictionary). Netbeans project and use of Java MIDP. Tested on Nokia 5310. Actual midlet source inside the project - HelloMidlet.java. Jar file to try voicedic.jar.