Sending Queries to a database from android

后端 未结 2 467
别跟我提以往
别跟我提以往 2021-01-27 14:43

I have a listview of sports on android. Is there a way of sending a MySQL queries with the selected option to a remote database with more info about the sport i

相关标签:
2条回答
  • 2021-01-27 15:32

    You might want to give This a shot. They are using the jdbc bridge to connect to mysql. Doesn't sound too sophisticated at a first glance, too... just seems to be plain old java.

    0 讨论(0)
  • 2021-01-27 15:35

    The common database-type for android is sqlite.org

    check out this tutorial !!

    it shows how to get the connection to the database and how to retrieve/write values there.

    0 讨论(0)
提交回复
热议问题