linking a mysql database to android [closed]

-2

I'm looking for a free host, where you can save my mysql database and connect it to the android application using the "Android Studio" program, can you help?

    
asked by anonymous 23.06.2017 / 15:56

1 answer

1

Use the firebase realtime friend.

The Firebase Realtime Database is a database hosted in the cloud. Data is stored as JSON and synchronized in real time with all connected clients. When you build cross-platform applications with our iOS, Android and JavaScript SDKs, all of your clients share a Realtime Database instance and automatically receive updates with the latest data.

source: link

    
23.06.2017 / 23:55