(need advice) Talk to MySQL server database from my Android App

前端 未结 2 1277
渐次进展
渐次进展 2020-12-02 00:22

I am starting my thesis which is an app for android. This app is based on a web platform I had created.

The part where I need advice is: which is the most effici

2条回答
  •  有刺的猬
    2020-12-02 01:00

    Perhaps, by using a MySQL Java connector, and directly connect to the server over port 3306 using the Java's JDBC connector as a Jar library imported into your Android project, as shown here, and also this was blogged a good while ago

提交回复
热议问题