I have a website with sql database and i want to connect to the database and make some changes from my android app????
Share
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.
You’re most likely going to need to develop a web service architecture and use the network connection on the android phone to post requests to the website.
You’ll have to look into this, nobody is going to just give you all the code you need.
try looking at tutorials like this (using java REST) :
http://www.vogella.com/articles/REST/article.html