i all, am new user to java but i have got experience in php, visual basic, and other languages so am not scared to learn this language.
i want to create a program that will but put onto a mobile phone that allows users to convert text to txt
eg text ---> txt
mate ---> m8
smile----> :)
that kind of thing, all i want is someone to tell me what areas i should be looking into and possibly the level of difficuly. i know that you can run java programs on mobile phone but i am having trouble finding documents on the net about this.
any help will be great, thanks
10-25-2003, 07:54 PM
ArchAngel
To run Java on mobile phones use the Java Micro Edition (ME).
The program is simple - it's just a HashTable associating one string to another.