Latest News

Cibyl v19 (J2ME misc Source Code)

Cibyl is a programming environment and binary translator that allows compiled C programs to execute on J2ME-capable phones. Cibyl uses GCC to compile the C programs to MIPS binaries, and these are then recompiled into Java bytecode. Cibyl programs are regular compiled Java programs, and Cibyl therefore performs relatively well. With Cibyl, C programs can be ported to J2ME without [&hellip

http://code.google.com/p/cibyl/

By · 0 comments
MiniME v1.0 (J2ME misc)

MiniME is a light weight J2ME library that let you build game and advanced UI. MiniME features: * a resource manager to easily import and use Image and Text. * event manager to ease communication between view and different component of the library. * a set a predefined UI component, such as Label, EditField, RadioButton group, CheckBox group, to build [&hellip

http://code.google.com/p/minime/

By · 0 comments
BPI J2ME (09-06-2008) (J2ME misc)

Use BPI images on J2ME devices! The BPI format (standing for Bit-Packed Image) has been designed for mobile devices with limited storage. BPI mainly targets Java mobiles phones (J2ME) and more precisely the storage of the images required by a midlet. Image caracteristics are therefore limited (at most 512 pixels wide and a color space limited to 262 144 colors [&hellip

http://code.google.com/p/bit-packed-image/

By · 0 comments