Click here to Skip to main content
15,885,655 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have created an asp.net website which is connected with sql server database. It is published on live server. All the related data is stored in this database.. Now i want to created an android app which will use this data.. i mean to say that i want to make a centralized database for my website and android app.. i am totally new to android... i am working in android eclipse..

I only want suggestion how to make centralized database for my app and website. i am using sql server.
Posted

1 solution

Connecting your android application to the same database through a service would make your database available to both the web application as well as the android app.

Here are some examples -
Android with WCF[^]
WCF and Android: Part II[^]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900