views:

17

answers:

1

Hello, Is it possible for me to use A Java Programme that accepts Sockets using a ServerSocket to accept Sockets from multiple mobile platforms? e.g. Can I use my ServerSocket to connect to: An Android Phone, iPhone Phone, And Blackberry phones? I am trying to make one server for all phones because the server holds multiple data types.

A: 

Yep. Why not? I would recommend using some sort of webservice.

I have been using GAE to run json webservices with gson for iphone and Android and it is going just fine.

Macarse