I am trying to develop an Android application which typically allows users to login (authentication has to be done in the web application. I already have a Servlet which takes username and password and returns success or failure as result in XML format) with their credentials and do some operations (like view, update delete) on the data specific to that user.
I found that we have to use REST way of doing this. I am not sure if I understood it correctly. Can someone direct me the way I should proceed to develop this kind of Android application?
Thanks, Prasanth