I would like to know what developers that use Android on a daily basis, use as their services layer (between app and production database)
In the Microsoft space, there is WCF.
What can the Android Developers recommend?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
A key point of having a service over http is to abstract away how the service is built. So you should not be worried about it.
Having said that, in smartphones, it is advisable to build and consume light weight REST based services over JSON instead of heavy SOAP and XML based services. How you implement the REST service is actually immaterial.