Hi all,
I am trying to deploy an android application that connects to a java server. I am doing an apointments system, so the client asks for an apointments with a specific office/doctor.
What i did, was to create a java server, using object for the offices, and via sockets it communicates with the android client.
The problem is that when i tried to use my (very demo still) app on my phone and sent it to some friends for testing, i coulnt find a way to have my server on the internet.
So I changed to (or trying to) servlet. But i have no idea how to do a client server application with servlets. All tutorials i have seen are more on website clients, but thats not what i need.
Can someone help me on this one pls?
thanks alot, ilias