kinda promised my boss(for being able to borrow the Siemens S55 phone) that i would be capable of writing simple applications for it... So i was wondering, is there a "mobile" java sdk, which also gives a basic "hello world" tutorial?
Printable View
kinda promised my boss(for being able to borrow the Siemens S55 phone) that i would be capable of writing simple applications for it... So i was wondering, is there a "mobile" java sdk, which also gives a basic "hello world" tutorial?
The J2ME(Java 2 Platform Micro Edition) is mainly targeted at devices like set-top boxes, cell phones, pda's and other memory, cpu and display-challenged devices.
You also might want to check out suns Wireless section. http://wireless.java.sun.com/
In case you're interested, this is what I did for learning some J2ME. It's a nearly finished Tetris for any black/white handy, I originally targeted my Siemens C55 but it shouldn't have any problems on a S55.
I think it's simple enough to understand without any docs, but if you have questions just ask me.