I have an Android app with some data (consisting in latitude and longitude) and a RAILS web service with a MySQL database… I want to know how to send this data to my database
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 need an web server with logic implementation to accept/update/delete data from mysql server either by using Java/PHP etc…You need to specify internet permission in your manifest file. And follow the link below for more detail how to make PHP server sends data to an Android device