How to connect Android app to MySQL database?

  • Replies:1
sachin george
  • Forum posts: 1

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

Reply
brollySSJ
  • Forum posts: 2

Jun 1, 2018, 2:23:30 PM via Website

I have used this tutorials for my app which have similar functionality like you, in this tutorials you can learn how to connect to online MySQL database

Helpful?
Reply