I have to connect to my database from android appication. My doubt is how to connect to remote mysql via android application ( jQuery mobile and HTML5 )
Thanks
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.
The way this is done is by creating an API that will feed JSON, XML or a markup language of your choice to your app using AJAX requests. Connecting to the MySQL server through the app is an absolutely terrible idea for 20 different reasons.