Click here to Skip to main content
15,915,172 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I newbie to android development. I am practicing to connect android to a DB over the Internet and save the data provided by the user to the DB. I am able to create a local DB in my computer but how should i create a DB that I can access over the Internet?
All this is done in linux so I want a server that can run in linux.

What I have tried:

I have created a database in Linux
Posted
Updated 18-Jun-16 19:54pm

1 solution

In order to access a DB over the internet, you need to have a database server of some kind - which doesn't have to be running on Linux.
Basically, you need a web host that supports SQL Server, MySQL, or a cloud DB server.
Then, see here: android connect to internet database - Google Search[^] which is full of explanations of how to connect to it.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900