Question

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.

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top