- Forum posts: 1
Mar 24, 2018, 10:13:17 AM via Website
Mar 24, 2018 10:13:17 AM via Website
I have a website already setup which uses MySql database. I want to know how can i connect my app to that database.
My app should make a request to find a table of a defined "ID" . The table contain some data. I want the app to retrieve those data and display them on the android app.
What are the ways this can be done?
Can I use JDBC to connect database ..?
Can I use Webservices using java to do so.. ?
Please Help