is it possible for two phones to communicate with eachother through J2ME without the use of a third party server? Thanks!
is it possible for two phones to communicate with eachother through J2ME without the use of a third party server? Thanks!
Two or more java phones can communicate over SMS, then no third part server is required. You can e.g. send xml as sms, and parse it on the receiver phone...