搜索资源列表
ImageAlbum
- 相册是J2me MIDLet 的一个demo程序,可以使用户查阅图片在J2me支持的手持设备上。 文件夹与文件 +ImageAlbum -ImageAlbum.mcp -ImageAlbum_ReadMe.txt - debug_out - release_out - resources - 1.png - 2.png - 3.png - 4.png - 5.png + sources - DownloadFromUR
canvas-yxifu
- canvas-yxifu j2me 源码 canvas类与MIDlet类结合实例-canvas-canvas source yxifu J2ME MIDlet class and category with examples
javamoiblecodes
- J2ME核心类及MIDlet类 MIDP用户界面对象 图形处理及低级事件处理 多线程编程 I/O及网络编程 数据库RMS编程 浮点数编程 多媒体及GAME API编程 安全、加密及代码优化 扩展类库及供应商提供的API 与服务端联合搭建移动应用 XML 及Web Service编程 短信编程 各种移动平台的应用开发-J2ME MIDlet core categories and category MIDP graphical user
EclipseMEHelpForChinese
- EclipseME可以帮助你简化Java 2 Micro Edition (C) Midlet的开发工作。 EclipseME提供了下列功能以帮助开发者轻松的创建Midlets: 无线工具包首选项 创建新的J2ME Midlet套件项目 创建新的Midlet Java应用描述文件(JAD)编辑器 对class文件进行增量的/自动的预检验 支持从Eclipse中启动运行J2ME模拟器 打包以及部署(包括无线下载方式)测试,并可以使用ProGuard对输出包
J2ME与JSP间session的保持
- J2ME访问JSP时,默认情况下JSP每次都要更新session,使得JSP中的session技术变得无效,所以在J2ME的MIDlet程序中要采取编程技巧解决此问题。源码中SessionServlet.java是一个服务器端的Servlet程序,接收J2ME的访问。SessionMIDlet.java中是保持session的手机端代码样例。
JPG-decode_encode.rar
- 基于J2ME的JPEG decode和encode,有完整解码、8分之一解码,8分之一流解码,JPEG decode & encode on J2ME Platform,1/8 fast decode, 1/8 stream decode
Http-Connect
- J2ME远程用户登录系统,用MIDlet连接到HTTp服务器,并得到服务器上的一些信息,属于读操作。-J2ME remote user login system, with MIDlet connected to HTTp server, and get some more information on the server, belong to read operation.
J2me-mpeg-decoder-src
- J2ME MPEG4 解码代码。 以及使用方法。-J2ME MPEG4 decoding code. And the use of methods.
JavaandCsharpformobile
- 用Java/C#开发手机程序及移动应用光盘代码。J2ME核心类及MIDlet类;基于Java开发MIDlet程序;图形处理及低级事件处理;多线程编程;即时消息传送;I/O及网络编程;数据库编程;多媒体编程及游戏编程;基于C#开发ASP.NET移动控件以及适应不同设备的WAP应用;WebService及移动应用,包括:日程、天气、股票、地图、短信、IP等;其他高级编程技术应用等。-Using Java/C# development of mobile applications mobile pro
PlayerMIDlet
- j2me videoplayer midlet
Connect_to_SQL_database
- The example takes database name, username and password from MIDlet running on the J2ME device and passes it to the Servlet.
SplashScreen
- demo build an application on netbean with technology: j2me it draws an image
phonebook
- 基于netbeans集成开发环境的J2ME手机编程,实现了一个手机电话本功能-Netbeans-based integrated development environment for J2ME mobile programming, to achieve a function of the phone book
PongProje
- wake up midlet from push registry
J2ME_J2EE_Integration_Strategies
- Strategies For J2ME MIDP/J2EE Integration Over HTTP
TetrisMidlet-src
- J2ME Tetris Midlet Clone
JimmyIM-src-20080516.tar
- J2ME MIDLET MOBILE MSN PROTCOL
HTTP-MIDlet
- 一个HTTP MIDlet编程例子,非常经典,来自J2ME in a Nutshell一书-An HTTP MIDlet programming examples, very classic, from J2ME in a Nutshell book
Align-Text-MIDlet-Example
- With the help of the canvas class, we can draw as many as graphics we want in our application. Similarly we can also set the different alignment to the text. In this J2ME Midlet we are going to set the text at different locations such as ri
Custom-Item-in-J2ME
- In J2ME applications, Custom Items can be created by programmers and they can also set their look and feel as these custom item have their own method called paint(). Also CustomItem is a extendable class, and extends the Item class itself. Us