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
標簽: Wiley
上傳時間: 2013-12-23
上傳用戶:zgu489
j2me學習筆記,詳細說明了midlet生命周期。
標簽: j2me
上傳時間: 2014-01-18
上傳用戶:lwwhust
基于Domino平臺,通過web瀏覽器端配置與其它關系型數據庫的連接。多年前做的了,當時嫌LEI和DESC太麻煩,自己做了一個。
標簽: Domino
上傳時間: 2016-05-28
上傳用戶:xaijhqx
完成游戲中的每一個類,首先就是一個MIDlet類。Gobang類繼承自MIDlet類,用于連接設備的應用程序管理器(Application Manager),通過方法startApp,pauseApp,destroyApp來通知游戲的開始,暫停和銷毀結束。
標簽:
上傳時間: 2016-06-21
上傳用戶:杜瑩12345
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) } }) }
標簽: final playerUpdate eventData public
上傳時間: 2013-12-18
上傳用戶:1109003457
《Java手機程式設計入門》/王森 書號:29014 頁數:約 492 頁 ISBN:957-200-527-8 出版日期:2001年08月25日 出版廠商:知城數位科技股份有限公司 訂價:380 第一章 Java 2 Micro Edition概論陣 第二章 Java程式設計簡介陣 第三章 撰寫您的第一個手機程式陣 第四章 在實體機器上執行MIDlet陣 第五章 J2ME Wireless Toolkit陣 第六章 Motorola A6288手機程式開發陣 第七章 JBuilder MobileSet陣 第八章 MIDP for Palm 第九章 MIDlet的事件處理陣 第十章 MIDP圖形使用者介面程式設計陣 第十一章 MIDP圖形處理陣 第十二章 MIDP資料庫程式設計陣 第十三章 MIDP網路程式設計陣 附錄A MID其他參考資源總整理陣 附錄B Motorola J2ME SDK
上傳時間: 2016-12-01
上傳用戶:coeus
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.
標簽: Java applications developers for
上傳時間: 2014-10-25
上傳用戶:liuchee
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.
標簽: voice dictionary obtained stardict
上傳時間: 2017-08-30
上傳用戶:jackgao
CMPP3.0源碼 java實現 1.將common文件夾、MsgConfig.properties放于src根目錄下。 2.修改MsgConfig.properties配置文件對應的內容為可用參數。 3.方法入口:common.msg.util.MsgContainer sendWapPushMsg(String url,String desc,String cusMsisdn):發送web push短信; sendMsg(String msg,String cusMsisdn):發送SMS 4.“定時器.txt”記錄的是長鏈接鏈路檢查的基于spring的配置,如果使用java原生定時器可自行配置。 5.依賴包包括
上傳時間: 2019-11-11
上傳用戶:leonmomo