How can I realy use Thread in Mobile Devices?
How can I realy use Thread in Mobile Devices?
I took part in a project to make a Karaoke application on mobile devices. It's very terrific project because I couldn't synchronize melody and subtiles with various mobile brand, such as Samsung, LG, NOkia, Motto,SonyErricsson, and so on.
After this hardship, I got into a conclusion that threading technology needs three basic undergrounds : Hardware, OS, Language.
I noticed several phones synchronized very well. such as Nokia 6600, which supports multitaking function. In this case, this phone equips a OS using multiprograming. Otherwise, most phone doesn't equip this sort of OS at that time about 1 year ago.
Let me do the very question to the Java language desginers.
What happens If I use thread operation in Java on the environments which do not support multiprogramming in both hardware and OS. It is possible to employ thread operation without any hesitaion?
p.s : I failed to be it done, so I got fired at those days. ho ho~;
I want to get any comment.

