0

I need to send data from an android application to the database, then access the same from a webpage with the help of a local server.

Can anyone suggest me how to link an android app to the database and view the same on a browser?

What are all the tools required?

If anyone can also help me by suggesting me a way or giving me suitable links of tutorials that can help, I'll be thankful!

Cheers

2 Answers 2

1

Use the links

android mysql connectionandroid spinner from mysql database

Sign up to request clarification or add additional context in comments.

Comments

0

To Connect to remote database you need to do certain steps

STEP 1 : Prepare data to send to Web Service in Android

STEP 2: Create MySQL Database in your local server.

STEP 3: Implement Web Service in your local server. Web Service is the code which used to process the data sent from android device. Insert the received data in to the database

STEP 4: Now you can access your database and display it in web browser.

Here is one of the Good Tutorial

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.