I want to learn Android client server communication programming. I don’t like PHP much I had learnt at college that Servlet and JSP help us to achieve client server communication and I want to learn something on this pattern. Can anyone please suggest me some nice neat tutorials for beginners.
I want to learn Android client server communication programming. I don’t like PHP much
Share
On the client side, there are many tutorials, such as this one (http://www.androidhive.info/2011/10/android-making-http-requests/) that can show you how to make HTTP requests from your android application using the HttpClient class.
On the server-side, it’s hard to point to a single resource as there are many. But you can start at servlet world: http://www.servletworld.com/