Click here to Skip to main content
15,886,258 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
Hi developers !
i made a website & this website (asp.net + sql server 2008 ) is about small business . it gives you some informations about some products . now i'd like to make a mobile application ( android ) to extend my business . i want to read and manipulate data with this app .

C#
what topics should i read to Connect database with android app (sql Server 2008)  ??
Posted
Updated 23-Nov-14 6:41am
v4

1 solution

Here are my two cents:

You don't want to have a connectivity to SQL Server from your Android App. Infact, SQL Server should not be known to your App at all.

Instead, introduce if you don't have already some sort of web or REST service (read as Web API) which can do the basic CRUD operations for your Android App.

Look at the few links below to get a headstart:

http://blog.strikeiron.com/bid/73189/Integrate-a-REST-API-into-Android-Application-in-less-than-15-minutes[^]

http://www.speakingcode.com/2012/09/10/how-to-consume-data-from-a-rest-webservice-or-use-a-web-api-in-android/[^]
 
Share this answer
 
Comments
DamithSL 23-Nov-14 12:47pm    
yes, 5+
Manas Bhardwaj 23-Nov-14 12:49pm    
thx :)

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