what different file format is supported in J2ME compatible phone like i85s ? Does jpg/gif are supported other then png ??
Mark Herschberg
Sheriff
Joined: Dec 04, 2000
Posts: 6037
posted
0
By J2ME compatible phones, I assume you are refering to MIDP phones. (This is an important point.) MIDP does not support file formats, because MIDP devices do not require file systems, instead the use the RMS data storage system. MIDP itself uses the LCDUI toolkit for graphics, so what you write must be compatible with that. (Note: vendors may add their own APIs which do support other file formats, but don't hold your breadth.) --Mark
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.