Search code examples
javaandroidsql-serverwcf-rest

Communicating between 2008 SQL Server DB and Android App


I've been doing a lot of reading about this subject and I am now of the conclusion that to communicate between a 2008 SQL Server database and an Android application, I need to create a RESTful Service to sit in between that returns JSON objects.

Would I be correct in saying that?


Solution

  • Yes, you need doing a server application who take data and returns to the Android application. JSON let you return complex objects.