I want create a android application and i need to connect to a webservice and this web service should have connection to a database.
How is the simple way and free to implement this solution?
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.
How about a PHP server which is (managing a database and) handling HTML POST requests? You could use JSON as communication format. On client side you could even use GSON to hide the JSON handling.