my dog learned polymorphism
The moose likes Java Micro Edition and the fly likes graphics in J2ME Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Mobile » Java Micro Edition
Reply Bookmark "graphics in J2ME" Watch "graphics in J2ME" New topic
Author

graphics in J2ME

Sanjay Mistry
Greenhorn

Joined: Jun 22, 2001
Posts: 24
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
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.
 
subject: graphics in J2ME
 
Similar Threads
j2me supported devices list?
managing session between browser(http) and
Java Phone API and JTAPI
how can i made MMAPI support RTP?
Simple Hello World crashed