How to make android app in which I can change database after publish the app?

298 views Asked by At

I want to make an application in which I can change the data in realtime after the app publish on play store.

1

There are 1 answers

0
Grobbed On

You can use a MySQL server, that way you can dynamically edit certain data from inside your app. I recommend you using XAMPP by Apache for handling the database, it is simple to use with a simple control panel. :)

Here is a tutorial on how to connect and edit a MySQL server on an android device:

http://www.tutorialspoint.com/android/android_network_connection.htm